]> granicus.if.org Git - apache/commitdiff
Fix compilation of htcacheclean with enable-maintainer-mode / AP_DEBUG
authorStefan Fritsch <sf@apache.org>
Mon, 18 Oct 2010 18:33:49 +0000 (18:33 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 18 Oct 2010 18:33:49 +0000 (18:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023939 13f79535-47bb-0310-9956-ffa450edef68

support/htcacheclean.c

index 041fefe50ca5c6b4276a36e5d870c38b37b86a78..a6422504bdc1e5f0748bd2e2212b38e142b3eec8 100644 (file)
 #include <stdlib.h>
 #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