[llvm-commits] CVS: llvm/include/Config/config.h.in
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Feb 23 15:31:01 PST 2004
Changes in directory llvm/include/Config:
config.h.in updated: 1.14 -> 1.15
---
Log message:
Regenerated with autoheader-2.57.
---
Diffs of the changes: (+0 -7)
Index: llvm/include/Config/config.h.in
diff -u llvm/include/Config/config.h.in:1.14 llvm/include/Config/config.h.in:1.15
--- llvm/include/Config/config.h.in:1.14 Mon Feb 23 12:56:04 2004
+++ llvm/include/Config/config.h.in Mon Feb 23 15:30:39 2004
@@ -27,9 +27,6 @@
/* 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
@@ -85,10 +82,6 @@
/* 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
More information about the llvm-commits
mailing list