From: Stefan Fritsch Date: Sat, 23 Jul 2011 17:08:43 +0000 (+0000) Subject: Revert r1141201: X-Git-Tag: 2.3.14^2~30^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=596a9f614b559f331bd300dc41e01659a5e56acb;p=apache Revert r1141201: Fix compilation error due to missing LDAP_DECLARE definition git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/revert-ap-ldap@1150162 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/ap_ldap_init.c b/modules/ldap/ap_ldap_init.c index 930a3f7388..4802290251 100644 --- a/modules/ldap/ap_ldap_init.c +++ b/modules/ldap/ap_ldap_init.c @@ -32,7 +32,6 @@ #include "apr_strings.h" #if AP_HAS_LDAP -#include "ldap_private.h" /** * APR LDAP SSL Initialise function diff --git a/modules/ldap/ap_ldap_option.c b/modules/ldap/ap_ldap_option.c index 6932b0fdb4..d38ad21b07 100644 --- a/modules/ldap/ap_ldap_option.c +++ b/modules/ldap/ap_ldap_option.c @@ -31,7 +31,6 @@ #include "apr_tables.h" #if AP_HAS_LDAP -#include "ldap_private.h" static void option_set_cert(apr_pool_t *pool, LDAP *ldap, const void *invalue, ap_ldap_err_t *result); diff --git a/modules/ldap/ap_ldap_rebind.c b/modules/ldap/ap_ldap_rebind.c index 0d1b8f143c..1c7c05957b 100644 --- a/modules/ldap/ap_ldap_rebind.c +++ b/modules/ldap/ap_ldap_rebind.c @@ -26,7 +26,6 @@ #include "ap_ldap.h" #if AP_HAS_LDAP -#include "ldap_private.h" #include "apr_errno.h" #include "apr_strings.h" diff --git a/modules/ldap/ap_ldap_url.c b/modules/ldap/ap_ldap_url.c index f20d24fbee..8317990c75 100644 --- a/modules/ldap/ap_ldap_url.c +++ b/modules/ldap/ap_ldap_url.c @@ -78,7 +78,6 @@ #include "ap_ldap.h" #if AP_HAS_LDAP -#include "ldap_private.h" #if APR_HAVE_STDLIB_H #include