mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Use #ifdef, not #if
This commit is contained in:
parent
921d24cf3a
commit
09806eec40
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ LIBSLAPD_F (int) ad_inlist LDAP_P((
|
|||
* acl.c
|
||||
*/
|
||||
|
||||
#if SLAPD_SCHEMA_NOT_COMPAT
|
||||
#ifdef SLAPD_SCHEMA_NOT_COMPAT
|
||||
LIBSLAPD_F (int) access_allowed LDAP_P((
|
||||
Backend *be, Connection *conn, Operation *op,
|
||||
Entry *e, AttributeDescription *desc, struct berval *val,
|
||||
|
|
|
|||
Loading…
Reference in a new issue