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
|
2019-06-06 22:59:06 +02:00
|
|
|
@@ -65,8 +65,10 @@
|
|
|
|
#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__)) || \
|
|
|
|
defined(__FreeBSD__) || (defined(__OpenBSD__) && defined(USE_BACKTRACE))\
|
|
|
|
|| defined(__DragonFly__)
|
2018-04-18 09:10:52 +02:00
|
|
|
+#if defined(__i386__) || defined(__x86_64__) || defined(__ia64__) || defined (__arm__)
|
2013-07-04 19:12:05 +02:00
|
|
|
#define HAVE_BACKTRACE 1
|
|
|
|
#endif
|
|
|
|
+#endif
|
|
|
|
|
2016-06-30 12:52:49 +02:00
|
|
|
/* MSG_NOSIGNAL. */
|
2013-07-04 19:12:05 +02:00
|
|
|
#ifdef __linux__
|