From 5dd01281a0fcade1ee60141b65683e6932e287ba 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. llvm-svn: 32059 --- 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