mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Incorporate the ap_ldap incomplete API, as there is no interest or effort
at APR to make this a complete abstraction, and it was voted 'off the island' with APR 2.0. This will allow httpd 2.3 to build against either apr-2.0 or apr+util 1.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1129808 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
APLOG_USE_MODULE(ldap);
|
||||
|
||||
#if APR_HAS_LDAP
|
||||
#if AP_HAS_LDAP
|
||||
|
||||
/* only here until strdup is gone */
|
||||
#include <string.h>
|
||||
@@ -877,4 +877,4 @@ char *util_ald_cache_display(request_rec *r, util_ldap_state_t *st)
|
||||
return buf;
|
||||
}
|
||||
|
||||
#endif /* APR_HAS_LDAP */
|
||||
#endif /* AP_HAS_LDAP */
|
||||
|
Reference in New Issue
Block a user