aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-09-24 21:19:06 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-09-24 21:19:06 +0000
commit4046846d2cb36a6281b853c73776584063cca19d (patch)
tree6191874566147f65063c83f4f05387e9a0102638 /include/llvm/Config
parent9f011866e90928b9b798692a9cf0180e8f327540 (diff)
downloadexternal_llvm-4046846d2cb36a6281b853c73776584063cca19d.zip
external_llvm-4046846d2cb36a6281b853c73776584063cca19d.tar.gz
external_llvm-4046846d2cb36a6281b853c73776584063cca19d.tar.bz2
Updated the last two header files so that they are configured with
AC_CONFIG_HEADERS. This should prevent LLVM from needlessly re-compiling on a re-configure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16510 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 82ae2d2..e9cdcdf 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -18,6 +18,9 @@
/* Define to 1 if you have the `backtrace' function. */
#undef HAVE_BACKTRACE
+/* Does not have bi-directional iterator */
+#undef HAVE_BI_ITERATOR
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@@ -34,6 +37,9 @@
*/
#undef HAVE_FINITE_IN_IEEEFP_H
+/* Does not have forward iterator */
+#undef HAVE_FWD_ITERATOR
+
/* Define to 1 if you have the `getcwd' function. */
#undef HAVE_GETCWD
@@ -46,6 +52,18 @@
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
+/* Does not have <hash_map> */
+#undef HAVE_GLOBAL_HASH_MAP
+
+/* Does not have hash_set in global namespace */
+#undef HAVE_GLOBAL_HASH_SET
+
+/* Does not have ext/hash_map */
+#undef HAVE_GNU_EXT_HASH_MAP
+
+/* Does not have hash_set in gnu namespace */
+#undef HAVE_GNU_EXT_HASH_SET
+
/* Define to 1 if the system has the type `int64_t'. */
#undef HAVE_INT64_T
@@ -108,12 +126,21 @@
/* Define to have the %a format string */
#undef HAVE_PRINTF_A
+/* Have pthread_mutex_lock */
+#undef HAVE_PTHREAD_MUTEX_LOCK
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
+/* Does not have ext/hash_map> */
+#undef HAVE_STD_EXT_HASH_MAP
+
+/* Does not have hash_set in std namespace */
+#undef HAVE_STD_EXT_HASH_SET
+
/* Define to 1 if your compiler defines std::isinf in the <cmath> header file.
*/
#undef HAVE_STD_ISINF_IN_CMATH
@@ -122,6 +149,9 @@
*/
#undef HAVE_STD_ISNAN_IN_CMATH
+/* Does not have std namespace iterator */
+#undef HAVE_STD_ITERATOR
+
/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP