]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
From 2.5: Make SQUID_MAXFD always an multiple of 64 to guarantee there is no rounding
authorhno <>
Sat, 13 Sep 2003 14:32:39 +0000 (14:32 +0000)
committerhno <>
Sat, 13 Sep 2003 14:32:39 +0000 (14:32 +0000)
commita4d7e961fbbb97a65961535f2eccd715150ee25b
tree159162737abdd0e0362f1fb92fa03124c13ba91d
parentfe54cd2b105e66a4979be3553e20ec4c26e152f4
From 2.5: Make SQUID_MAXFD always an multiple of 64 to guarantee there is no rounding
errors in bitfield arithmetics of the fd_set macros. For example GLIBC has
bugs causing a fd_set overflow if the size is not an even multiple of a
machie word (64 bits on 64 bit platforms)
configure.in