summaryrefslogtreecommitdiff
path: root/source4/include/ads.h
diff options
context:
space:
mode:
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)