diff options
author | Stefan Fritsch <sf@apache.org> | 2010-11-11 19:09:06 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-11-11 19:09:06 +0100 |
commit | 958d7a4b09dc37ea99d6d2f5f58286993909656d (patch) | |
tree | fd93a4b7183bd8340bfaec3537a16ef0e6cf08ef /support | |
parent | update. (diff) | |
download | apache2-958d7a4b09dc37ea99d6d2f5f58286993909656d.tar.xz apache2-958d7a4b09dc37ea99d6d2f5f58286993909656d.zip |
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
Diffstat (limited to 'support')
-rw-r--r-- | support/htcacheclean.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/support/htcacheclean.c b/support/htcacheclean.c index c359ab193c..8002e9fea5 100644 --- a/support/htcacheclean.c +++ b/support/htcacheclean.c @@ -47,13 +47,6 @@ #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 |