Re: autoconf 2.5 applied

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Mon, 7 Oct 2002 12:42:41 +0200

On Sunday 06 October 2002 04.28, Robert Collins wrote:

> Also, there was a conflict with redefining FD_SETSIZE when
> sys/types was included on freeBSD. I wasn't sure what was the right
> thing to do for xBSD, so I simply put a
> #ifdef FD_SETSIZE
> #undef FD_SETSIZE
> #endif
> in squid.h for now.

This will not work. If FD_SETSIZE is already defined then redefining
it is most likely too late.. The custom FD_SETSIZE needs to be
defined before include of any headers making use of FD_SETSIZE.

Regards
Henrik
Received on Mon Oct 07 2002 - 04:42:59 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:53 MST