aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/Config/config.h.in4
-rw-r--r--include/llvm/Config/config.h.in4
2 files changed, 8 insertions, 0 deletions
diff --git a/include/Config/config.h.in b/include/Config/config.h.in
index b6a72733ae..27bcb59281 100644
--- a/include/Config/config.h.in
+++ b/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 <signal.h> header file. */
#undef HAVE_SIGNAL_H
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index b6a72733ae..27bcb59281 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/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 <signal.h> header file. */
#undef HAVE_SIGNAL_H