]> granicus.if.org Git - apache/commitdiff
Revert r1141201:
authorStefan Fritsch <sf@apache.org>
Sat, 23 Jul 2011 17:08:43 +0000 (17:08 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 23 Jul 2011 17:08:43 +0000 (17:08 +0000)
    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

modules/ldap/ap_ldap_init.c
modules/ldap/ap_ldap_option.c
modules/ldap/ap_ldap_rebind.c
modules/ldap/ap_ldap_url.c

index 930a3f7388b0fdbb2cb44e6ce23adb36f1d35dfb..480229025129dcc8396bcbe5835b8c8c3dec814d 100644 (file)
@@ -32,7 +32,6 @@
 #include "apr_strings.h"
 
 #if AP_HAS_LDAP
-#include "ldap_private.h"
 
 /**
  * APR LDAP SSL Initialise function
index 6932b0fdb43ce13045ac34a83845b017c36f8aff..d38ad21b07d92dfa7bbb2628e3e915ef4fca7723 100644 (file)
@@ -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);
index 0d1b8f143cc4942e3ef1e8dbf5dd3d6414ba3d58..1c7c05957b616dcd3a677c858a581a750ed3d16a 100644 (file)
@@ -26,7 +26,6 @@
 #include "ap_ldap.h"
 
 #if AP_HAS_LDAP
-#include "ldap_private.h"
 
 #include "apr_errno.h"
 #include "apr_strings.h"
index f20d24fbee75d6925f57195ddfb6614c2cdbb153..8317990c7562cb34d5ae255aadc31590c607df1f 100644 (file)
@@ -78,7 +78,6 @@
 #include "ap_ldap.h"
 
 #if AP_HAS_LDAP
-#include "ldap_private.h"
 
 #if APR_HAVE_STDLIB_H
 #include <stdlib.h>