blob: 23666a862b9676cdd51eb43178c4206c62320510 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/config.h.orig 2015-04-07 21:24:36.634829000 +0300
+++ src/config.h 2015-04-07 21:24:53.388849000 +0300
@@ -62,7 +62,7 @@
#endif
/* Test for backtrace() */
-#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__))
+#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__)) || defined(__FreeBSD__)
#define HAVE_BACKTRACE 1
#endif
|