]> git.sur5r.net Git - openldap/commitdiff
Fix #ifdefs (DUPENT should be behind the 0)
authorKurt Zeilenga <kurt@openldap.org>
Fri, 30 Aug 2002 06:17:25 +0000 (06:17 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 30 Aug 2002 06:17:25 +0000 (06:17 +0000)
include/ldap.h

index c90de2272b7ea0e1ee2cad9e05083b038df31c93..0540f1ffc4b9edd21f2c2377835a3bb2d81c4a31 100644 (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