From: Justin Erenkrantz Date: Mon, 2 Aug 2004 17:27:08 +0000 (+0000) Subject: * modules/experimental/mod_cache.h: Remove unnecessary MAX_URL_LENGTH #define. X-Git-Tag: pre_ajp_proxy~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4912a0596fcf77d48dd90eff7d5d3e441010d97e;p=apache * modules/experimental/mod_cache.h: Remove unnecessary MAX_URL_LENGTH #define. Reviewed by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104449 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_cache.h b/modules/experimental/mod_cache.h index ee4f9739d2..120db0cc5c 100644 --- a/modules/experimental/mod_cache.h +++ b/modules/experimental/mod_cache.h @@ -75,7 +75,6 @@ /* default completion is 60% */ #define DEFAULT_CACHE_COMPLETION (60) -#define MAX_URL_LENGTH 1024 #define MSEC_ONE_DAY ((apr_time_t)(86400*APR_USEC_PER_SEC)) /* one day, in microseconds */ #define MSEC_ONE_HR ((apr_time_t)(3600*APR_USEC_PER_SEC)) /* one hour, in microseconds */ #define MSEC_ONE_MIN ((apr_time_t)(60*APR_USEC_PER_SEC)) /* one minute, in microseconds */