]> git.sur5r.net Git - openldap/commitdiff
condition SLAP_OVERLAY_ACCESS
authorPierangelo Masarati <ando@openldap.org>
Thu, 21 Jul 2005 14:23:15 +0000 (14:23 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 21 Jul 2005 14:23:15 +0000 (14:23 +0000)
servers/slapd/slap.h

index 718263a1a39ba9163ed92fa741694427f27faeb9..f17dce544fdcb5e13f8f5fa920e246fc1f2a1968 100644 (file)
@@ -76,7 +76,7 @@ LDAP_BEGIN_DECL
 #endif
 #endif
 
-#ifdef LDAP_SLAPI
+#if defined(LDAP_SLAPI) && !defined(SLAP_OVERLAY_ACCESS)
 #define SLAP_OVERLAY_ACCESS
 #endif