Skip to content

Commit 237115f

Browse files
committed
refs #10543 - config.h: removed platform checks in favor of HAVE_EXECINFO_H
1 parent f59b0c9 commit 237115f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/config.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@
203203
#if HAVE_EXECINFO_H
204204
#define USE_UNIX_BACKTRACE_SUPPORT
205205
#endif
206-
#elif defined(__GNUC__) && !defined(__APPLE__) && !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__SVR4) && !defined(__QNX__) && !defined(_AIX)
207-
#define USE_UNIX_BACKTRACE_SUPPORT
208206
#endif
209207
#endif
210208

0 commit comments

Comments
 (0)