Index: squid/src/main.c diff -u squid/src/main.c:1.1.1.30.2.1 squid/src/main.c:1.1.1.30.2.2 --- squid/src/main.c:1.1.1.30.2.1 Thu May 20 00:36:45 1999 +++ squid/src/main.c Fri Jun 4 00:33:09 1999 @@ -516,8 +516,10 @@ time_t loop_delay; debug_log = stderr; +#if !HAVE_POLL if (FD_SETSIZE < Squid_MaxFD) Squid_MaxFD = FD_SETSIZE; +#endif /* call mallopt() before anything else */ #if HAVE_MALLOPT