fi
dnl ----------------------------------------------------------------
-dnl Tests for reentrant functions necessary to build -lldap_r
+dnl Tests for reentrant functions necessary for reentrant build
AC_CHECK_FUNCS( \
ctime_r \
gmtime_r localtime_r \
** OpenLDAP reentrancy/thread-safeness should be dynamically
** checked using ldap_get_option().
**
-** The -lldap implementation is not thread-safe.
-**
-** The -lldap_r implementation is:
+** If built with thread support, the -lldap implementation is:
** LDAP_API_FEATURE_THREAD_SAFE (basic thread safety)
-** but also be:
** LDAP_API_FEATURE_SESSION_THREAD_SAFE
** LDAP_API_FEATURE_OPERATION_THREAD_SAFE
**
**
*/
-/* is -lldap_r available or not */
+/* is -lldap thread safe or not */
#undef LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
/* LDAP v2 Referrals */
LDAP_BEGIN_DECL
-/* Can be done twice in libldap_r. See libldap_r/ldap_thr_debug.h. */
+/* Can be done twice. See libldap/ldap_thr_debug.h. */
LDAP_F(int) ldap_int_thread_initialize LDAP_P(( void ));
LDAP_F(int) ldap_int_thread_destroy LDAP_P(( void ));