]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
avoid redefine errors
authorwessels <>
Thu, 5 Dec 1996 00:51:19 +0000 (00:51 +0000)
committerwessels <>
Thu, 5 Dec 1996 00:51:19 +0000 (00:51 +0000)
src/squid.h

index 78ed25d13f6f5ad4aa499670c59f4e535bfb1a57..43b4fda52544dc3470be1a0bce596b7df6ecf832 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.82 1996/12/03 20:26:58 wessels Exp $
+ * $Id: squid.h,v 1.83 1996/12/04 17:51:19 wessels Exp $
  *
  * AUTHOR: Duane Wessels
  *
@@ -59,6 +59,7 @@
  */
 
 #if FD_SETSIZE < SQUID_MAXFD
+#undef SQUID_MAXFD
 #define SQUID_MAXFD FD_SETSIZE
 #endif
 
@@ -342,6 +343,7 @@ extern int opt_udp_hit_obj; /* main.c */
 extern int opt_mem_pools;      /* main.c */
 extern int opt_forwarded_for;  /* main.c */
 extern int opt_accel_uses_host;        /* main.c */
+extern char ThisCache[];       /* main.c */
 
 /* Prototypes and definitions which don't really deserve a seaprate
  * include file */