summaryrefslogtreecommitdiff
path: root/include/Config
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-02-20 06:40:58 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-02-20 06:40:58 +0000
commit0c803894985f80e894b36ad4de58ea4c2e906b07 (patch)
tree7039bc1c0f6bdb68aad414a9ada5d566072febcd /include/Config
parentf5261471cabb8aa6207576a4609f029d352894e0 (diff)
downloadllvm-0c803894985f80e894b36ad4de58ea4c2e906b07.tar.gz
llvm-0c803894985f80e894b36ad4de58ea4c2e906b07.tar.bz2
llvm-0c803894985f80e894b36ad4de58ea4c2e906b07.tar.xz
Regenerated using autoheader-2.57.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Config')
-rw-r--r--include/Config/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Config/config.h.in b/include/Config/config.h.in
index d7c0bbf18d..2cae4b3554 100644
--- a/include/Config/config.h.in
+++ b/include/Config/config.h.in
@@ -15,6 +15,9 @@
*/
#undef HAVE_ALLOCA_H
+/* Define to 1 if you have the `backtrace' function. */
+#undef HAVE_BACKTRACE
+
/* define if the compiler has bidirectional iterator */
#undef HAVE_BI_ITERATOR
@@ -24,6 +27,9 @@
/* Define if dlopen() is available on this platform. */
#undef HAVE_DLOPEN
+/* Define to 1 if you have the <execinfo.h> header file. */
+#undef HAVE_EXECINFO_H
+
/* define if the compiler has ext/slist */
#undef HAVE_EXT_SLIST