Revert accidental commit

This commit is contained in:
Howard Chu 2007-01-10 01:29:16 +00:00
parent 7ee7699bb9
commit da198f27a6

View 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 0 && defined( HAVE_PTHREAD_RWLOCK_DESTROY )
#define LDAP_THREAD_HAVE_RDWR 1
typedef pthread_rwlock_t ldap_int_thread_rdwr_t;
#endif