From fccb8870c7c3c5de3bc835507a0b41fe3f51d9aa Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Mon, 18 Oct 2010 18:33:49 +0000 Subject: [PATCH] Fix compilation of htcacheclean with enable-maintainer-mode / AP_DEBUG git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023939 13f79535-47bb-0310-9956-ffa450edef68 --- support/htcacheclean.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/support/htcacheclean.c b/support/htcacheclean.c index 041fefe50c..a6422504bd 100644 --- a/support/htcacheclean.c +++ b/support/htcacheclean.c @@ -45,6 +45,13 @@ #include #endif +#ifdef AP_DEBUG +/* XXX: Maybe we should link util_debug into htcacheclean? */ +#undef strchr +#undef strrchr +#undef strstr +#endif + /* define the following for debugging */ #undef DEBUG -- 2.50.1