From e7a6a3ec0da01666c8e0c9772007ce7146df9d75 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 2 Jul 2010 00:32:52 +0200 Subject: s3: avoid global include of ads.h. Guenther --- source3/lib/smbldap.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/lib/smbldap.c') diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c index a4d26fa8b6..b1571536eb 100644 --- a/source3/lib/smbldap.c +++ b/source3/lib/smbldap.c @@ -25,10 +25,6 @@ #include "includes.h" #include "smbldap.h" -#ifndef LDAP_OPT_SUCCESS -#define LDAP_OPT_SUCCESS 0 -#endif - /* Try not to hit the up or down server forever */ #define SMBLDAP_DONT_PING_TIME 10 /* ping only all 10 seconds */ -- cgit