[llvm-commits] [parallel] CVS: llvm/include/Config/config.h.in
Misha Brukman
brukman at cs.uiuc.edu
Mon Mar 1 17:58:07 PST 2004
Changes in directory llvm/include/Config:
config.h.in updated: 1.10 -> 1.10.2.1
---
Log message:
Merge from trunk
---
Diffs of the changes: (+7 -38)
Index: llvm/include/Config/config.h.in
diff -u llvm/include/Config/config.h.in:1.10 llvm/include/Config/config.h.in:1.10.2.1
--- llvm/include/Config/config.h.in:1.10 Thu Jan 15 00:22:32 2004
+++ llvm/include/Config/config.h.in Mon Mar 1 17:57:18 2004
@@ -15,8 +15,8 @@
*/
#undef HAVE_ALLOCA_H
-/* define if the compiler has bidirectional iterator */
-#undef HAVE_BI_ITERATOR
+/* Define to 1 if you have the `backtrace' function. */
+#undef HAVE_BACKTRACE
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@@ -24,15 +24,12 @@
/* Define if dlopen() is available on this platform. */
#undef HAVE_DLOPEN
-/* define if the compiler has ext/slist */
-#undef HAVE_EXT_SLIST
+/* Define to 1 if you have the <execinfo.h> header file. */
+#undef HAVE_EXECINFO_H
/* 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
@@ -42,22 +39,6 @@
/* 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
@@ -102,27 +83,12 @@
/* 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
@@ -179,6 +145,9 @@
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
+
+/* Extension that shared libraries have, e.g., ".so". */
+#undef SHLIBEXT
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
More information about the llvm-commits
mailing list