summaryrefslogtreecommitdiff
path: root/src/config.h.cmake
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2015-02-07 13:32:56 +0000
committerStefan Bühler <stbuehler@web.de>2015-02-07 13:32:56 +0000
commit3521be8b8599ae2cc12361c8f600fc58a473de91 (patch)
treed404cbc737876e4f38630c80e07e9b22c4ea8367 /src/config.h.cmake
parentd00e1e79b94e0f4da35292d2293595dac02993c7 (diff)
downloadlighttpd-git-3521be8b8599ae2cc12361c8f600fc58a473de91.tar.gz
print backtrace in assert logging with libunwind
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2974 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'src/config.h.cmake')
-rw-r--r--src/config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.cmake b/src/config.h.cmake
index 873e9432..c506eb6f 100644
--- a/src/config.h.cmake
+++ b/src/config.h.cmake
@@ -158,4 +158,7 @@
/* libev */
#cmakedefine HAVE_LIBEV
+/* libunwind */
+#cmakedefine HAVE_LIBUNWIND
+
#cmakedefine LIGHTTPD_STATIC