An "autoconf wrapper" for the infamous windows.h file
[oota-llvm.git] / include / llvm / Config / config.h.in
index 2cae4b35549ff933006b5fc2f342c4318339fd3f..1b396fea834f562a564a7ddb5a2dcfa95eee094d 100644 (file)
@@ -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
 
 /* 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
-
 /* 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
 
 /* Define to 1 if you have the `gettimeofday' function. */
 #undef HAVE_GETTIMEOFDAY
 
-/* Define if the compiler has a header <hash_map> that defines template class
-   ::hash_map. */
-#undef HAVE_GLOBAL_HASH_MAP
-
-/* Define if the compiler has a header <hash_set> that defines template class
-   ::hash_set. */
-#undef HAVE_GLOBAL_HASH_SET
-
-/* Define if the compiler has a header <ext/hash_map> that defines template
-   class __gnu_cxx::hash_map. */
-#undef HAVE_GNU_EXT_HASH_MAP
-
-/* Define if the compiler has a header <ext/hash_set> that defines template
-   class __gnu_cxx::hash_set. */
-#undef HAVE_GNU_EXT_HASH_SET
-
 /* Define to 1 if the system has the type `int64_t'. */
 #undef HAVE_INT64_T
 
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* Define to 1 if you have the `isatty' function. */
+#undef HAVE_ISATTY
+
 /* Define to 1 if you have the `elf' library (-lelf). */
 #undef HAVE_LIBELF
 
 /* Define to have the %a format string */
 #undef HAVE_PRINTF_A
 
-/* Define if PThread mutexes (e.g., pthread_mutex_lock) are available in the
-   system's thread library. */
-#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
 
-/* Define if the compiler has a header <ext/hash_map> that defines template
-   class std::hash_map. */
-#undef HAVE_STD_EXT_HASH_MAP
-
-/* Define if the compiler has a header <ext/hash_set> that defines template
-   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
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to have the <windows.h> header file. */
+#undef HAVE_WINDOWS_H
+
 /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT