summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-10-23 06:08:27 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-10-23 06:08:27 +0300
commita7c2d9a15dc2ff253bb69c3b0738ad993521b9c7 (patch)
tree234ed1b19c3d9777a8a21140fd90bc193a761bb0 /include
parentc8f76fb3a473a022d497bd0acd6c84f58fc6efbe (diff)
kdrive: numerous warning fixes
Diffstat (limited to 'include')
-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_ */