From 8eb0747c1a061853faf1f3734e0e9b1a2c36dd9f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 17 Nov 2011 00:44:41 +0100 Subject: s3-smbldap: remove duplicate LDAP_OPT_SUCCESS define. Guenther --- source3/include/smb_ldap.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/smb_ldap.h b/source3/include/smb_ldap.h index 6d15b1a6a2..eef47a4069 100644 --- a/source3/include/smb_ldap.h +++ b/source3/include/smb_ldap.h @@ -58,9 +58,6 @@ LDAP *ldap_open_with_timeout(const char *server, struct sockaddr_storage *ss, int port, unsigned int to); -#ifndef LDAP_OPT_SUCCESS -#define LDAP_OPT_SUCCESS 0 -#endif /* Solaris 8 and maybe other LDAP implementations spell this "..._INPROGRESS": */ #if defined(LDAP_SASL_BIND_INPROGRESS) && !defined(LDAP_SASL_BIND_IN_PROGRESS) #define LDAP_SASL_BIND_IN_PROGRESS LDAP_SASL_BIND_INPROGRESS -- cgit