From: Stefan Fritsch Date: Thu, 11 Nov 2010 18:09:06 +0000 (+0000) Subject: Remove workaround that was only necessary when htcacheclean included httpd.h X-Git-Tag: 2.3.9~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=958d7a4b09dc37ea99d6d2f5f58286993909656d;p=thirdparty%2Fapache%2Fhttpd.git Remove workaround that was only necessary when htcacheclean included httpd.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1034018 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/htcacheclean.c b/support/htcacheclean.c index c359ab193ce..8002e9fea5d 100644 --- a/support/htcacheclean.c +++ b/support/htcacheclean.c @@ -47,13 +47,6 @@ #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