summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index b5c8284a0..c1fcaf6d4 100644
--- a/src/config.h
+++ b/src/config.h
@@ -54,7 +54,7 @@
#endif
/* Test for backtrace() */
-#if defined(__APPLE__) || defined(__linux__) || defined(__sun)
+#if defined(__APPLE__) || defined(__linux__)
#define HAVE_BACKTRACE 1
#endif