2013-02-11 19:38:18 +01:00
|
|
|
--- src/config.h.orig 2013-02-11 21:47:44.000000000 +0400
|
|
|
|
+++ src/config.h 2013-02-11 21:50:10.000000000 +0400
|
|
|
|
@@ -54,7 +54,7 @@
|
2012-07-17 20:23:25 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Test for backtrace() */
|
2013-02-11 19:38:18 +01:00
|
|
|
-#if defined(__APPLE__) || defined(__linux__)
|
|
|
|
+#if defined(__APPLE__) || defined(__linux__) || defined(__FreeBSD__)
|
2012-07-17 20:23:25 +02:00
|
|
|
#define HAVE_BACKTRACE 1
|
|
|
|
#endif
|
|
|
|
|