aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-04-17 19:01:12 -0700
committerChris Robinson <[email protected]>2014-04-17 19:01:12 -0700
commit528c8c5e774b28b74393b5517d8bee268f1d9624 (patch)
tree7d9193cc8f0fa87beb199875eaf33e206298f92d /config.h.in
parent8a00c240126d4138df21630f630da4c4f551000d (diff)
Check explicitly for pthread_mutexattr_setkind_np before use
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index bcdc1075..5e6d0862 100644
--- a/config.h.in
+++ b/config.h.in
@@ -175,3 +175,6 @@
/* Define if we have pthread_set_name_np() */
#cmakedefine HAVE_PTHREAD_SET_NAME_NP
+
+/* Define if we have pthread_mutexattr_setkind_np() */
+#cmakedefine HAVE_PTHREAD_MUTEXATTR_SETKIND_NP