summaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2011-05-31 17:11:33 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2011-05-31 17:11:33 +0000
commitb3f819b79bdbd644ee8142574c371fb8a1eebe69 (patch)
treed5bfbc91e0302fe664701fdf727181e25970dbed /build.conf
parent8a6fb4989975d5f1191d77f7bd32f477b3ab4866 (diff)
downloadapr-b3f819b79bdbd644ee8142574c371fb8a1eebe69.tar.gz
Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list.
It was not possible to use this interface without ldap provider internals. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1129809 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf10
1 files changed, 1 insertions, 9 deletions
diff --git a/build.conf b/build.conf
index 1fa1eae48..4933d15cd 100644
--- a/build.conf
+++ b/build.conf
@@ -21,8 +21,6 @@ paths =
dbm/sdbm/*.c
encoding/*.c
hooks/*.c
- ldap/apr_ldap_stub.c
- ldap/apr_ldap_url.c
misc/*.c
memcache/*.c
uri/apr_uri.c
@@ -51,7 +49,7 @@ headers = include/*.h
dsp = libapr.dsp
modules =
- ldap crypto_openssl crypto_nss dbd_pgsql
+ crypto_openssl crypto_nss dbd_pgsql
dbd_sqlite2 dbd_sqlite3 dbd_oracle dbd_mysql dbd_freetds dbd_odbc
dbm_db dbm_gdbm dbm_ndbm
@@ -108,9 +106,3 @@ target = dbm/apr_dbm_gdbm.la
paths = dbm/apr_dbm_ndbm.c
target = dbm/apr_dbm_ndbm.la
-[ldap]
-paths = ldap/apr_ldap_init.c
- ldap/apr_ldap_option.c
- ldap/apr_ldap_rebind.c
-target = ldap/apr_ldap.la
-