diff options
author | Chris Robinson <[email protected]> | 2018-11-27 15:23:18 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-27 15:23:18 -0800 |
commit | 21793884303edc4d5702b5a5fcd88a45c954028b (patch) | |
tree | 0d0da26f063ff71c8c63c70fda0447c9b3d6271c /config.h.in | |
parent | c2da83dea86f57e3095a704ef1f9c7b01852cd03 (diff) |
Remove unneeded mutex checks
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in index 6c83b7f5..4c68e77f 100644 --- a/config.h.in +++ b/config.h.in @@ -178,9 +178,3 @@ /* 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 - -/* Define if we have pthread_mutex_timedlock() */ -#cmakedefine HAVE_PTHREAD_MUTEX_TIMEDLOCK |