summaryrefslogtreecommitdiff
path: root/source4/include/includes.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2004-08-12 19:29:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:56 -0500
commit28ea8b8785e5e8e3b3f3ddf0c12c0c8c69ea77c5 (patch)
tree1952f8f9fa33bf385cde691d84a3f38b288f523a /source4/include/includes.h
parent425caa9b78e76d943988fcc53e1b2e38cdaa18be (diff)
downloadsamba-28ea8b8785e5e8e3b3f3ddf0c12c0c8c69ea77c5.tar.gz
samba-28ea8b8785e5e8e3b3f3ddf0c12c0c8c69ea77c5.tar.bz2
samba-28ea8b8785e5e8e3b3f3ddf0c12c0c8c69ea77c5.zip
r1785: remove unneeded dependencies on openldap client libraries
(This used to be commit 44083e317855f6d8a0b4a81002a3376e8775df28)
Diffstat (limited to 'source4/include/includes.h')
-rw-r--r--source4/include/includes.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 3821269f2b..e13175ecb7 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -379,16 +379,6 @@
#undef HAVE_KRB5
#endif
-#if HAVE_LBER_H
-#include <lber.h>
-#endif
-
-#if HAVE_LDAP_H
-#include <ldap.h>
-#else
-#undef HAVE_LDAP
-#endif
-
#if HAVE_GSSAPI_H
#include <gssapi.h>
#endif