]> git.sur5r.net Git - openldap/blobdiff - include/ldap_int_thread.h
set BINDING appropriately (ITS#5185)
[openldap] / include / ldap_int_thread.h
index 5e70f4d587d836e96b3f13e75459381a0e59d7b3..d6a6d779575564762c1c324635562ea9acfcb270 100644 (file)
@@ -63,7 +63,7 @@ typedef pthread_cond_t                ldap_int_thread_cond_t;
 #define LDAP_THREAD_HAVE_SETCONCURRENCY 1
 #endif
 
-#if 1 && defined( HAVE_PTHREAD_RWLOCK_DESTROY )
+#if defined( HAVE_PTHREAD_RWLOCK_DESTROY )
 #define LDAP_THREAD_HAVE_RDWR 1
 typedef pthread_rwlock_t ldap_int_thread_rdwr_t;
 #endif