]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Upper the limit on HTTP ports to 128 (was 12)
authorhno <>
Tue, 4 Jun 2002 21:04:05 +0000 (21:04 +0000)
committerhno <>
Tue, 4 Jun 2002 21:04:05 +0000 (21:04 +0000)
src/defines.h

index 0792a151adb5dfacd7883754cb35d716d2968bba..aa55f54e376ff5f986083c80c4927a24c36f6f9c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: defines.h,v 1.102 2002/04/13 23:07:49 hno Exp $
+ * $Id: defines.h,v 1.103 2002/06/04 15:04:05 hno Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -54,7 +54,7 @@
 #define ACL_ALLWEEK    0x7F
 #define ACL_WEEKDAYS   0x3E
 
-#define MAXHTTPPORTS                   12
+#define MAXHTTPPORTS                   128
 
 #define COMM_OK                  (0)
 #define COMM_ERROR      (-1)