mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
#ifdef'ing SLAP_OC_GLUE definition
This commit is contained in:
parent
5d203d0cc5
commit
5a5da65d36
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue