2013-08-07 14:40:05 +00:00
|
|
|
Index: src/config.h
|
2013-07-04 17:12:05 +00:00
|
|
|
===================================================================
|
2013-08-07 14:40:05 +00:00
|
|
|
--- src/config.h.orig
|
|
|
|
+++ src/config.h
|
2015-04-02 11:21:30 +00:00
|
|
|
@@ -63,8 +63,10 @@
|
2013-07-04 17:12:05 +00:00
|
|
|
|
|
|
|
/* Test for backtrace() */
|
2015-04-02 11:21:30 +00:00
|
|
|
#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__))
|
2018-04-18 07:10:52 +00:00
|
|
|
+#if defined(__i386__) || defined(__x86_64__) || defined(__ia64__) || defined (__arm__)
|
2013-07-04 17:12:05 +00:00
|
|
|
#define HAVE_BACKTRACE 1
|
|
|
|
#endif
|
|
|
|
+#endif
|
|
|
|
|
2016-06-30 10:52:49 +00:00
|
|
|
/* MSG_NOSIGNAL. */
|
2013-07-04 17:12:05 +00:00
|
|
|
#ifdef __linux__
|