From da198f27a60d873428e6e6633bb97d898c0421c4 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 10 Jan 2007 01:29:16 +0000 Subject: [PATCH] Revert accidental commit --- 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 5e70f4d587..feed919200 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 1 && defined( HAVE_PTHREAD_RWLOCK_DESTROY ) +#if 0 && defined( HAVE_PTHREAD_RWLOCK_DESTROY ) #define LDAP_THREAD_HAVE_RDWR 1 typedef pthread_rwlock_t ldap_int_thread_rdwr_t; #endif -- 2.39.5