Skip to content
Snippets Groups Projects
Commit 5a5da65d authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

#ifdef'ing SLAP_OC_GLUE definition

parent 5d203d0c
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment