From 1a3d05dc7385a336a867748f3bdca3a2f1110930 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 1 Dec 2006 03:46:01 +0000 Subject: [PATCH] Define the HAVE_PTHREAD symbol. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32059 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Config/config.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 3d2c9aba237..0068c5169c2 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 header file. */ -#undef HAVE_PTHREAD_H - /* Have pthread_mutex_lock */ #undef HAVE_PTHREAD_MUTEX_LOCK -- 2.34.1