summaryrefslogtreecommitdiff
path: root/modules/ldap
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-07-23 17:08:43 +0000
committerStefan Fritsch <sf@apache.org>2011-07-23 17:08:43 +0000
commit596a9f614b559f331bd300dc41e01659a5e56acb (patch)
tree1c93bc7e213c6e5e147f7e7071b9c432660bc637 /modules/ldap
parentb41c0b1170409f6630a7d33a26e32c0e965175ff (diff)
downloadhttpd-596a9f614b559f331bd300dc41e01659a5e56acb.tar.gz
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
Diffstat (limited to 'modules/ldap')
-rw-r--r--modules/ldap/ap_ldap_init.c1
-rw-r--r--modules/ldap/ap_ldap_option.c1
-rw-r--r--modules/ldap/ap_ldap_rebind.c1
-rw-r--r--modules/ldap/ap_ldap_url.c1
4 files changed, 0 insertions, 4 deletions
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 <stdlib.h>