From ed16349810b24fc53a7dee7bd35b4c037e4400d6 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Mon, 8 Dec 2003 00:57:01 +0000 Subject: [PATCH] Regenerated using autoheader-2.57 llvm-svn: 10309 --- llvm/include/Config/config.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm/include/Config/config.h.in b/llvm/include/Config/config.h.in index b6a72733ae99..27bcb59281d5 100644 --- a/llvm/include/Config/config.h.in +++ b/llvm/include/Config/config.h.in @@ -117,6 +117,10 @@ /* 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 header file. */ #undef HAVE_SIGNAL_H