On Mon, 28 Jul 2003, Robert Collins wrote: > We're down to two bugs in bugzilla for squid-3.0, both already fixed but > waiting confirmation...
Do you care about build failures? Should I file bug reports for build failures that a system integrator would easily be able to work around? For example, NetBSD defines bswap16 and bswap32 in <sys/endian.h>, (which automatically gets included by <sys/types.h>, which is deliberately included by squid), so the redefinitions in [squid]/include/ntlmauth.h result in errors. Ideally, I suppose autoconf should detect this. As a half measure, ntlmauth.h could use #ifndef bswap16/#ifndef bswap32. --apb (Alan Barrett)
