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