summaryrefslogtreecommitdiff
path: root/source4/include/ads.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/ads.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/ads.h')
-rw-r--r--source4/include/ads.h4
1 files changed, 0 insertions, 4 deletions
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)