summaryrefslogtreecommitdiff
path: root/include/kdrive-config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/kdrive-config.h.in')
-rw-r--r--include/kdrive-config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/kdrive-config.h.in b/include/kdrive-config.h.in
index 2f454d702..3bc779218 100644
--- a/include/kdrive-config.h.in
+++ b/include/kdrive-config.h.in
@@ -25,4 +25,10 @@
/* Verbose debugging output hilarity */
#undef DEBUG
+/* Have the backtrace() function. */
+#undef HAVE_BACKTRACE
+
+/* Have execinfo.h for backtrace(). */
+#undef HAVE_EXECINFO_H
+
#endif /* _KDRIVE_CONFIG_H_ */