diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-23 18:16:09 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-23 18:16:09 +0000 |
commit | 587bef9d1acfb93a70558a39a4724f3794b1f410 (patch) | |
tree | a740570f30b30d15384a74b4c872dc692d4f4104 | |
parent | 81d407d503e7f1b950a017064fe31254c3cbb04e (diff) |
Regenerated with autoheader-2.57.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11752 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/Config/config.h.in | 9 | ||||
-rw-r--r-- | include/llvm/Config/config.h.in | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/include/Config/config.h.in b/include/Config/config.h.in index 2cae4b3554..74f55e9c96 100644 --- a/include/Config/config.h.in +++ b/include/Config/config.h.in @@ -18,9 +18,6 @@ /* Define to 1 if you have the `backtrace' function. */ #undef HAVE_BACKTRACE -/* define if the compiler has bidirectional iterator */ -#undef HAVE_BI_ITERATOR - /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H @@ -36,9 +33,6 @@ /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H -/* define if the compiler has STL iterators */ -#undef HAVE_FWD_ITERATOR - /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD @@ -126,9 +120,6 @@ class std::hash_set. */ #undef HAVE_STD_EXT_HASH_SET -/* define if the compiler has STL iterators */ -#undef HAVE_STD_ITERATOR - /* Define to 1 if you have the `strdup' function. */ #undef HAVE_STRDUP diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 2cae4b3554..74f55e9c96 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -18,9 +18,6 @@ /* Define to 1 if you have the `backtrace' function. */ #undef HAVE_BACKTRACE -/* define if the compiler has bidirectional iterator */ -#undef HAVE_BI_ITERATOR - /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H @@ -36,9 +33,6 @@ /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H -/* define if the compiler has STL iterators */ -#undef HAVE_FWD_ITERATOR - /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD @@ -126,9 +120,6 @@ class std::hash_set. */ #undef HAVE_STD_EXT_HASH_SET -/* define if the compiler has STL iterators */ -#undef HAVE_STD_ITERATOR - /* Define to 1 if you have the `strdup' function. */ #undef HAVE_STRDUP |