[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
Reid Spencer
reid at x10sys.com
Thu Nov 30 19:46:16 PST 2006
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.70 -> 1.71
---
Log message:
Define the HAVE_PTHREAD symbol.
---
Diffs of the changes: (+0 -3)
config.h.in | 3 ---
1 files changed, 3 deletions(-)
Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.70 llvm/include/llvm/Config/config.h.in:1.71
--- llvm/include/llvm/Config/config.h.in:1.70 Sun Nov 5 11:08:18 2006
+++ llvm/include/llvm/Config/config.h.in Thu Nov 30 21:46:01 2006
@@ -267,9 +267,6 @@
/* Define to have the %a format string */
#undef HAVE_PRINTF_A
-/* Define to 1 if you have the <pthread.h> header file. */
-#undef HAVE_PTHREAD_H
-
/* Have pthread_mutex_lock */
#undef HAVE_PTHREAD_MUTEX_LOCK
More information about the llvm-commits
mailing list