summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-14 13:00:50 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-27 09:46:37 -0400
commit19776ede8f10e0f59dbc50d93e51facbc4071877 (patch)
tree3a287d729c78e98700fe5ad76f592b19f15d961c
parent483fb847b4363d09ff3347f61ad51bba1dd00602 (diff)
Add backtrace definitions to dix-config.h.in
(cherry picked from commit ad677238bc96a8578113bbe76d605d7a87aca44c)
-rw-r--r--include/dix-config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index b038c0e93..afd82a145 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -102,6 +102,9 @@
/* Define to 1 if you have the <asm/mtrr.h> header file. */
#undef HAVE_ASM_MTRR_H
+/* Has backtrace support */
+#undef HAVE_BACKTRACE
+
/* Define to 1 if you have the <byteswap.h> header file. */
#undef HAVE_BYTESWAP_H
@@ -121,6 +124,9 @@
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
#undef HAVE_DOPRNT
+/* Have execinfo.h */
+#undef HAVE_EXECINFO_H
+
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H