From: Stefan Fritsch Date: Mon, 18 Oct 2010 18:33:49 +0000 (+0000) Subject: Fix compilation of htcacheclean with enable-maintainer-mode / AP_DEBUG X-Git-Tag: 2.3.9~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fccb8870c7c3c5de3bc835507a0b41fe3f51d9aa;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/support/htcacheclean.c b/support/htcacheclean.c index 041fefe50ca..a6422504bdc 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