diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/includes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index f21033b61f..2e87b25edd 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -178,9 +178,6 @@ #ifndef LDAP_OPT_SUCCESS #define LDAP_OPT_SUCCESS 0 #endif -#ifndef LDAP_SCOPE_ONELEVEL -#define LDAP_SCOPE_ONELEVEL 1 -#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 |