#define FD_SETSIZE SQUID_MAXFD

From: Evgeny Kotsuba <evgen__k@dont-contact.us>
Date: Sun, 27 Apr 2003 16:07:44 +0400

Hi,

Whats about small change in squid.h to avoid possible warning on
macro redefinition ?

/* Increase FD_SETSIZE if SQUID_MAXFD is bigger */
#if CHANGE_FD_SETSIZE && SQUID_MAXFD > DEFAULT_FD_SETSIZE

#ifdef FD_SETSIZE /* avoid warning on macro redefinition */
   #undef FD_SETSIZE
#endif

#define FD_SETSIZE SQUID_MAXFD
#endif

SY,
Evgeny Kotsuba

___________________
Лучшие туры на ближайшие даты. Сеть магазинов горящих путевок.
www.tournews.ru
Received on Sun Apr 27 2003 - 06:07:18 MDT

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