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:
@@ -27,7 +27,7 @@
|
||||
#include "util_ldap_cache.h"
|
||||
#include <apr_strings.h>
|
||||
|
||||
#if APR_HAS_LDAP
|
||||
#if AP_HAS_LDAP
|
||||
|
||||
/* ------------------------------------------------------------------ */
|
||||
|
||||
@@ -461,4 +461,4 @@ apr_status_t util_ldap_cache_init(apr_pool_t *pool, util_ldap_state_t *st)
|
||||
}
|
||||
|
||||
|
||||
#endif /* APR_HAS_LDAP */
|
||||
#endif /* AP_HAS_LDAP */
|
||||
|
Reference in New Issue
Block a user