summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-01-26 00:23:44 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-01-26 00:23:44 +0000
commit023d2b4e3c392eed1f149dc5b13a83429cd052a3 (patch)
tree496c8a6c9a3854d6ccd5877598b21ec500156f0c /include
parent14fdd81614cdd6ef7e01976a43da8b6a3bf8386e (diff)
Add forgotten HAVE_BACKTRACE define.
Diffstat (limited to 'include')
-rw-r--r--include/xorg-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in
index 1dfc88066..f74850182 100644
--- a/include/xorg-config.h.in
+++ b/include/xorg-config.h.in
@@ -106,4 +106,7 @@
/* System has wscons console */
#undef WSCONS_SUPPORT
+/* Has backtrace support */
+#undef HAVE_BACKTRACE
+
#endif /* _XORG_CONFIG_H_ */