aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-05-15 21:35:51 -0700
committerChris Robinson <[email protected]>2008-05-15 21:35:51 -0700
commitcad9b367a51f3efaefa666d68379fb21e1352678 (patch)
tree6a3b8d0e6847a0c865236fab0c6952a07167416e /config.h.in
parent6e86146a25a629cd5f189a2aaa803d0c34a970e4 (diff)
Use pthread_mutexattr_setkind_np as a fallback to set a recursive mutex type
Some systems (FreeBSD) don't like setting it through pthread_mutexattr_settype
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 5890b6fd..f40ca8a9 100644
--- a/config.h.in
+++ b/config.h.in
@@ -46,4 +46,7 @@
/* Define if we have GCC's destructor attribute */
#cmakedefine HAVE_GCC_DESTRUCTOR
+/* Define if we have pthread_np.h */
+#cmakedefine HAVE_PTHREAD_NP_H
+
#endif