--- include/ldap_pvt_thread.h 1999/01/15 13:31:12 1.1 +++ include/ldap_pvt_thread.h 1999/01/22 02:48:31 1.2 @@ -40,7 +40,7 @@ typedef pthread_condattr_t ldap_pvt_thre #if defined( _POSIX_REENTRANT_FUNCTIONS ) || \ defined( _POSIX_THREAD_SAFE_FUNCTIONS ) || \ - defined( _POSIX_THREAD_SAFE_FUNCTIONS ) + defined( _POSIX_THREADSAFE_FUNCTIONS ) #define HAVE_REENTRANT_FUNCTIONS 1 #endif