From 43c6253ab7d64f1d4b47175656a5ab0eb5f0f556 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 10 Jun 2005 12:10:31 +0000 Subject: [PATCH] Added accesslog overlay --- include/portable.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/portable.h.in b/include/portable.h.in index 3e66dd0f0a..9fb57e6f93 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -1034,6 +1034,9 @@ /* define to support SQL backend */ #undef SLAPD_SQL +/* define for In-Directory Access Logging overlay */ +#undef SLAPD_OVER_ACCESSLOG + /* define for Dynamic Group overlay */ #undef SLAPD_OVER_DENYOP -- 2.39.5