]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/overlays.c
moved to contrib/slapd-overlays/allop
[openldap] / servers / slapd / overlays / overlays.c
index 73d30c808cc4a09225449f511092ca350e149b54..7a2e66c66a313d84deac1c2c89bb26d285a3afc6 100644 (file)
@@ -26,9 +26,6 @@
 #if SLAPD_OVER_ACCESSLOG == SLAPD_MOD_STATIC
 extern int accesslog_init();
 #endif
-#if SLAPD_OVER_ALLOP == SLAPD_MOD_STATIC
-extern int allop_init();
-#endif
 #if SLAPD_OVER_DENYOP == SLAPD_MOD_STATIC
 extern int denyop_init();
 #endif
@@ -76,9 +73,6 @@ static struct {
 #if SLAPD_OVER_ACCESSLOG == SLAPD_MOD_STATIC
        { "Access Log", accesslog_init },
 #endif
-#if SLAPD_OVER_ALLOP == SLAPD_MOD_STATIC
-       { "All Operational", allop_init },
-#endif
 #if SLAPD_OVER_DENYOP == SLAPD_MOD_STATIC
        { "Deny Operation", denyop_init },
 #endif