diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-20 06:40:58 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-20 06:40:58 +0000 |
commit | 0c803894985f80e894b36ad4de58ea4c2e906b07 (patch) | |
tree | 7039bc1c0f6bdb68aad414a9ada5d566072febcd | |
parent | f5261471cabb8aa6207576a4609f029d352894e0 (diff) | |
download | external_llvm-0c803894985f80e894b36ad4de58ea4c2e906b07.zip external_llvm-0c803894985f80e894b36ad4de58ea4c2e906b07.tar.gz external_llvm-0c803894985f80e894b36ad4de58ea4c2e906b07.tar.bz2 |
Regenerated using autoheader-2.57.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11657 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/Config/config.h.in | 6 | ||||
-rw-r--r-- | include/llvm/Config/config.h.in | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/include/Config/config.h.in b/include/Config/config.h.in index d7c0bbf..2cae4b3 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 diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index d7c0bbf..2cae4b3 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/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 |