From 9a88644bb5834b526085fad7536a02e333bf8c3c Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 17 Nov 2006 01:25:23 +0000 Subject: r19758: remove the LDAP_SCOPE_ONELEVEL define (not needed after svnup) (This used to be commit e37132f219bb9ef52c7fc9b396bd272dd5abca70) --- source3/include/includes.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3') 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 -- cgit