ITS#9235 Update comments referring to libldap_r

This commit is contained in:
Ryan Tandy 2020-05-30 10:44:45 -07:00
parent a4474d3584
commit a95e65d027
3 changed files with 4 additions and 7 deletions

View file

@ -1750,7 +1750,7 @@ if test $ol_link_threads != no ; then
fi fi
dnl ---------------------------------------------------------------- dnl ----------------------------------------------------------------
dnl Tests for reentrant functions necessary to build -lldap_r dnl Tests for reentrant functions necessary for reentrant build
AC_CHECK_FUNCS( \ AC_CHECK_FUNCS( \
ctime_r \ ctime_r \
gmtime_r localtime_r \ gmtime_r localtime_r \

View file

@ -32,11 +32,8 @@
** OpenLDAP reentrancy/thread-safeness should be dynamically ** OpenLDAP reentrancy/thread-safeness should be dynamically
** checked using ldap_get_option(). ** checked using ldap_get_option().
** **
** The -lldap implementation is not thread-safe. ** If built with thread support, the -lldap implementation is:
**
** The -lldap_r implementation is:
** LDAP_API_FEATURE_THREAD_SAFE (basic thread safety) ** LDAP_API_FEATURE_THREAD_SAFE (basic thread safety)
** but also be:
** LDAP_API_FEATURE_SESSION_THREAD_SAFE ** LDAP_API_FEATURE_SESSION_THREAD_SAFE
** LDAP_API_FEATURE_OPERATION_THREAD_SAFE ** LDAP_API_FEATURE_OPERATION_THREAD_SAFE
** **
@ -46,7 +43,7 @@
** **
*/ */
/* is -lldap_r available or not */ /* is -lldap thread safe or not */
#undef LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE #undef LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
/* LDAP v2 Referrals */ /* LDAP v2 Referrals */

View file

@ -17,7 +17,7 @@
LDAP_BEGIN_DECL 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_initialize LDAP_P(( void ));
LDAP_F(int) ldap_int_thread_destroy LDAP_P(( void )); LDAP_F(int) ldap_int_thread_destroy LDAP_P(( void ));