From 28ea8b8785e5e8e3b3f3ddf0c12c0c8c69ea77c5 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 12 Aug 2004 19:29:52 +0000 Subject: r1785: remove unneeded dependencies on openldap client libraries (This used to be commit 44083e317855f6d8a0b4a81002a3376e8775df28) --- source4/include/ads.h | 4 ---- source4/include/includes.h | 10 ---------- 2 files changed, 14 deletions(-) (limited to 'source4/include') diff --git a/source4/include/ads.h b/source4/include/ads.h index 27a2e41c52..71bca6eb71 100644 --- a/source4/include/ads.h +++ b/source4/include/ads.h @@ -72,11 +72,7 @@ typedef struct { int minor_status; } ADS_STATUS; -#ifdef HAVE_ADS -typedef LDAPMod **ADS_MODLIST; -#else typedef void **ADS_MODLIST; -#endif /* macros to simplify error returning */ #define ADS_ERROR(rc) ADS_ERROR_LDAP(rc) 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 -#endif - -#if HAVE_LDAP_H -#include -#else -#undef HAVE_LDAP -#endif - #if HAVE_GSSAPI_H #include #endif -- cgit