1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-05 16:55:50 +03:00

Revert r1129808:

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.

This also reverts part of r1142938, which needs to be re-done.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/revert-ap-ldap@1150172 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Fritsch
2011-07-23 17:29:42 +00:00
parent 9674eb32cb
commit 602791140b
23 changed files with 139 additions and 3459 deletions

View File

@@ -27,7 +27,7 @@
#include "util_ldap_cache.h"
#include <apr_strings.h>
#if AP_HAS_LDAP
#if APR_HAS_LDAP
/* ------------------------------------------------------------------ */
@@ -461,4 +461,4 @@ apr_status_t util_ldap_cache_init(apr_pool_t *pool, util_ldap_state_t *st)
}
#endif /* AP_HAS_LDAP */
#endif /* APR_HAS_LDAP */