diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-01 03:46:01 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-01 03:46:01 +0000 |
commit | 1a3d05dc7385a336a867748f3bdca3a2f1110930 (patch) | |
tree | be0cf441d8f435f0eeaae64525b0c4d33b46851e | |
parent | 5bab386e7a74810810e41c7b73a9ecf9149a1477 (diff) |
Define the HAVE_PTHREAD symbol.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32059 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 3d2c9aba23..0068c5169c 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -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 |