Disable pthread rwlock use til we sort out pool issues

This commit is contained in:
Kurt Zeilenga 2000-06-08 00:26:00 +00:00
parent 0eb19657fa
commit e8b360eefd

View File

@ -89,8 +89,10 @@ typedef pth_t ldap_int_thread_t;
typedef pth_mutex_t ldap_int_thread_mutex_t;
typedef pth_cond_t ldap_int_thread_cond_t;
#if 0
#define LDAP_THREAD_HAVE_RDWR 1
typedef pth_rwlock_t ldap_pvt_thread_rdwr_t;
#endif
LDAP_END_DECL