mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Move LDAP_COMP_MATCH define from ldap.h to slap.h
This commit is contained in:
parent
6780800386
commit
6cde4bdeb3
2 changed files with 5 additions and 5 deletions
|
|
@ -1989,12 +1989,7 @@ ldap_parse_passwordpolicy_control LDAP_P((
|
|||
|
||||
LDAP_F( const char * )
|
||||
ldap_passwordpolicy_err2txt LDAP_P(( LDAPPasswordPolicyError ));
|
||||
|
||||
#endif /* LDAP_CONTROL_PASSWORDPOLICYREQUEST */
|
||||
|
||||
#ifdef LDAP_DEVEL
|
||||
#define LDAP_COMP_MATCH 1
|
||||
#endif
|
||||
|
||||
LDAP_END_DECL
|
||||
#endif /* _LDAP_H */
|
||||
|
|
|
|||
|
|
@ -331,11 +331,16 @@ typedef int slap_syntax_transform_func LDAP_P((
|
|||
struct berval * out,
|
||||
void *memctx));
|
||||
|
||||
#ifdef LDAP_DEVEL
|
||||
#define LDAP_COMP_MATCH
|
||||
#endif
|
||||
|
||||
#ifdef LDAP_COMP_MATCH
|
||||
typedef void* slap_component_transform_func LDAP_P((
|
||||
struct berval * in ));
|
||||
struct ComponentDesc;
|
||||
#endif
|
||||
|
||||
typedef struct slap_syntax {
|
||||
LDAPSyntax ssyn_syn;
|
||||
#define ssyn_oid ssyn_syn.syn_oid
|
||||
|
|
|
|||
Loading…
Reference in a new issue