diff options
-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 |