From 6111087facffefcc58d54643679c49cecf7a0b54 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 11 Jan 2007 00:55:26 +0000 Subject: [PATCH] Trust HAVE_PTHREAD_RWLOCK_DESTROY now. --- include/ldap_int_thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ldap_int_thread.h b/include/ldap_int_thread.h index feed919200..d6a6d77957 100644 --- a/include/ldap_int_thread.h +++ b/include/ldap_int_thread.h @@ -63,7 +63,7 @@ typedef pthread_cond_t ldap_int_thread_cond_t; #define LDAP_THREAD_HAVE_SETCONCURRENCY 1 #endif -#if 0 && 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 -- 2.39.5