]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
FD_SETSIZE hacking
authorwessels <>
Tue, 26 Nov 1996 06:36:50 +0000 (06:36 +0000)
committerwessels <>
Tue, 26 Nov 1996 06:36:50 +0000 (06:36 +0000)
src/squid.h

index f38e9953ca9a4792f7da99a4bd217c3af762928f..989c7c470501b53b69767e6ab1f9a14e9ebcc720 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.76 1996/11/24 04:16:40 wessels Exp $
+ * $Id: squid.h,v 1.77 1996/11/25 23:36:50 wessels Exp $
  *
  * AUTHOR: Duane Wessels
  *
@@ -42,7 +42,7 @@
  * hosed...
  */
 
-#if SQUID_MAXFD > 256
+#if SQUID_MAXFD > FD_SETSIZE
 #define FD_SETSIZE SQUID_MAXFD
 #endif