From: Justin Erenkrantz
Date: Fri, 16 Aug 2002 06:05:03 +0000 (+0000)
Subject: OpenLDAP 2.1.x has libldap_r.* libraries. Use that to ensure thread
X-Git-Tag: AGB_BEFORE_AAA_CHANGES~239
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90688a4233c7720212c8e59be95e21b3c0c85c36;p=apache
OpenLDAP 2.1.x has libldap_r.* libraries. Use that to ensure thread
safety.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96411 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/thread_safety.html b/docs/manual/developer/thread_safety.html
index 4f630ad6bb..d9e2c598dc 100644
--- a/docs/manual/developer/thread_safety.html
+++ b/docs/manual/developer/thread_safety.html
@@ -177,8 +177,8 @@ individual symbols in the module.
OpenLDAP |
2.1.x |
- ? |
- |
+ Yes |
+ Use ldap_r library variant to ensure thread-safety. |
OpenSSL |