]> granicus.if.org Git - apache/commitdiff
* modules/experimental/mod_cache.h: Remove unnecessary MAX_URL_LENGTH #define.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 2 Aug 2004 17:27:08 +0000 (17:27 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 2 Aug 2004 17:27:08 +0000 (17:27 +0000)
Reviewed by: Bill Stoddard

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104449 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_cache.h

index ee4f9739d25533b16d406408b3b0da7ca8bab7bb..120db0cc5c845da2cc41edae637bea840556bcff 100644 (file)
@@ -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 */