ac268c80a6
* New Version Numbering System * Minimal squid.conf improvements * Native IPv6 Support * Error Page Localization * Connection Pinning (for NTLM Auth Passthrough) * Quality of Service (QoS) Flow support * SSL Bump (for HTTPS Filtering and Adaptation) * eCAP Adaptation Module support This package is heavily based on work by Michael van Elst which includes fixes for the IPv6 support.
16 lines
473 B
Text
16 lines
473 B
Text
$NetBSD: patch-ag,v 1.1.1.1 2009/04/20 21:27:40 tron Exp $
|
|
|
|
Add support of machine/byte_swap.h.
|
|
|
|
--- include/squid_endian.h.orig 2008-06-22 12:35:50.000000000 +0900
|
|
+++ include/squid_endian.h
|
|
@@ -68,6 +68,9 @@
|
|
#if HAVE_BYTESWAP_H
|
|
# include <byteswap.h>
|
|
#endif /* HAVE_BYTESWAP_H */
|
|
+#ifdef HAVE_MACHINE_BYTE_SWAP_H
|
|
+#include <machine/byte_swap.h>
|
|
+#endif /* HAVE_MACHINE_BYTE_SWAP_H */
|
|
#if HAVE_SYS_BSWAP_H
|
|
# include <sys/bswap.h>
|
|
#endif /* HAVE_MACHINE_BSWAP_H */
|