2013-08-07 16:40:05 +02:00
|
|
|
Index: src/config.h
|
2013-07-04 19:12:05 +02:00
|
|
|
===================================================================
|
2013-08-07 16:40:05 +02:00
|
|
|
--- src/config.h.orig
|
|
|
|
+++ src/config.h
|
2014-12-06 03:22:00 +01:00
|
|
|
@@ -57,9 +57,11 @@
|
2013-07-04 19:12:05 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Test for backtrace() */
|
|
|
|
+#if defined(__i386__) || defined(__x86_64__) || defined(__ia64__)
|
2013-08-07 16:40:05 +02:00
|
|
|
#if defined(__APPLE__) || defined(__linux__)
|
2013-07-04 19:12:05 +02:00
|
|
|
#define HAVE_BACKTRACE 1
|
|
|
|
#endif
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
/* Test for polling API */
|
|
|
|
#ifdef __linux__
|