Revision: 14580
Author: adrian.chadd
Date: Sun Apr 11 00:47:14 2010
Log: Issue #94 - fix FD_SETSIZE redefinition to not warn out


http://code.google.com/p/lusca-cache/source/detail?r=14580

Modified:
 /branches/LUSCA_HEAD/src/squid.h

=======================================
--- /branches/LUSCA_HEAD/src/squid.h    Sat Apr 10 08:29:18 2010
+++ /branches/LUSCA_HEAD/src/squid.h    Sun Apr 11 00:47:14 2010
@@ -90,6 +90,7 @@

 /* Increase FD_SETSIZE if SQUID_MAXFD is bigger */
 #if CHANGE_FD_SETSIZE && SQUID_MAXFD > DEFAULT_FD_SETSIZE
+#undef FD_SETSIZE
 #define FD_SETSIZE SQUID_MAXFD
 #endif

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to