diff options
-rw-r--r-- | source3/include/smb_ldap.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |