]> git.sur5r.net Git - openldap/commitdiff
Use #ifdef, not #if
authorKurt Zeilenga <kurt@openldap.org>
Mon, 5 Jun 2000 16:18:48 +0000 (16:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 5 Jun 2000 16:18:48 +0000 (16:18 +0000)
servers/slapd/proto-slap.h

index b840de0009d5926a313211fa67190bed9cf1c4ee..8de68d2417dc13421f3bc5bc4593c45460d8c6cd 100644 (file)
@@ -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,