summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-11-17 01:25:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:53 -0500
commit9a88644bb5834b526085fad7536a02e333bf8c3c (patch)
tree4313fc1c5c77713bd8a393a04a1657aaab28a388 /source3/include
parent8fa0a80b498f2681fc9a4f5e6ab5522ee599f224 (diff)
downloadsamba-9a88644bb5834b526085fad7536a02e333bf8c3c.tar.gz
samba-9a88644bb5834b526085fad7536a02e333bf8c3c.tar.bz2
samba-9a88644bb5834b526085fad7536a02e333bf8c3c.zip
r19758: remove the LDAP_SCOPE_ONELEVEL define (not needed after svnup)
(This used to be commit e37132f219bb9ef52c7fc9b396bd272dd5abca70)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h3
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