(crept in with the autoconf-2.5 update)
Problem is that squid_types.h includes several header files. Needs to
be solved somehow.
/*
- * $Id: squid.h,v 1.224 2002/10/06 02:21:26 robertc Exp $
+ * $Id: squid.h,v 1.225 2002/10/07 13:44:51 hno Exp $
*
* AUTHOR: Duane Wessels
*
/* Increase FD_SETSIZE if SQUID_MAXFD is bigger */
#if CHANGE_FD_SETSIZE && SQUID_MAXFD > DEFAULT_FD_SETSIZE
-#ifdef FD_SETSIZE
-#undef FD_SETSIZE
-#endif
#define FD_SETSIZE SQUID_MAXFD
#endif