]> git.sur5r.net Git - openldap/commitdiff
#ifdef'ing SLAP_OC_GLUE definition
authorJong Hyuk Choi <jongchoi@openldap.org>
Wed, 25 Jun 2003 16:46:36 +0000 (16:46 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Wed, 25 Jun 2003 16:46:36 +0000 (16:46 +0000)
servers/slapd/slap.h

index 3306910b2eeac9187f34ab92a57a1cdcca69cfe0..c03d3c0b348b15376e4d0ebd07206ab705e22b55 100644 (file)
@@ -647,9 +647,14 @@ typedef struct slap_object_class {
 #define        SLAP_OC_SUBENTRY        0x0004
 #define        SLAP_OC_DYNAMICOBJECT   0x0008
 #define        SLAP_OC_COLLECTIVEATTRIBUTESUBENTRY     0x0010
+#ifdef LDAP_SYNCREPL
 #define SLAP_OC_GLUE           0x0020
 #define        SLAP_OC__MASK           0x003F
 #define        SLAP_OC__END            0x0040
+#else
+#define        SLAP_OC__MASK           0x001F
+#define        SLAP_OC__END            0x0020
+#endif
 #define SLAP_OC_OPERATIONAL    0x4000
 #ifdef LDAP_DEVEL
 #define SLAP_OC_HIDE           0x0000