#ifdef'ing SLAP_OC_GLUE definition

This commit is contained in:
Jong Hyuk Choi 2003-06-25 16:46:36 +00:00
parent 5d203d0cc5
commit 5a5da65d36

View 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