Fix #ifdefs (DUPENT should be behind the 0)

This commit is contained in:
Kurt Zeilenga 2002-08-30 06:17:25 +00:00
parent 26e4960c1c
commit 6bd59cc58f

View File

@ -192,12 +192,12 @@ typedef struct ldapcontrol {
#define LDAP_CONTROL_SUBENTRIES "1.3.6.1.4.1.4203.1.10.1"
#define LDAP_CONTROL_NOOP "1.3.6.1.4.1.4203.1.10.2"
#if 0
#define LDAP_CONTROL_DUPENT_REQUEST "2.16.840.1.113719.1.27.101.1"
#define LDAP_CONTROL_DUPENT_RESPONSE "2.16.840.1.113719.1.27.101.2"
#define LDAP_CONTROL_DUPENT_ENTRY "2.16.840.1.113719.1.27.101.3"
#define LDAP_CONTROL_DUPENT LDAP_CONTROL_DUPENT_REQUEST
#if 0
#define LDAP_CONTROL_PAGEDRESULTS "1.2.840.113556.1.4.319"
#endif