]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Windows port: fix another missing USE_SELECT_WIN32 in squid.h
authorserassio <>
Mon, 28 Aug 2006 16:03:42 +0000 (16:03 +0000)
committerserassio <>
Mon, 28 Aug 2006 16:03:42 +0000 (16:03 +0000)
src/squid.h

index e8555520341898d3a10dcc8cb83d36c835a5ef1c..222530a98dd81187c6c0c0a0b97ce40b66ffb67e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.256 2006/08/20 09:50:05 serassio Exp $
+ * $Id: squid.h,v 1.257 2006/08/28 10:03:42 serassio Exp $
  *
  * AUTHOR: Duane Wessels
  *
 /*
  * Filedescriptor limits in the different select loops
  */
-#if defined(USE_SELECT)
+#if defined(USE_SELECT) || defined(USE_SELECT_WIN32)
 /* Limited by design */
 # define SQUID_MAXFD_LIMIT FD_SETSIZE
 #elif defined(USE_POLL)