--------------------- PatchSet 976 Date: 2004/01/03 16:49:57 Author: serassio Branch: nt Tag: (none) Log: Removed default support for ICMP on Windows Members: port/win32/include/autoconf.h:1.2.18.7->1.2.18.8 Index: squid3/port/win32/include/autoconf.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/port/win32/include/Attic/autoconf.h,v retrieving revision 1.2.18.7 retrieving revision 1.2.18.8 diff -u -r1.2.18.7 -r1.2.18.8 --- squid3/port/win32/include/autoconf.h 10 Aug 2003 09:36:50 -0000 1.2.18.7 +++ squid3/port/win32/include/autoconf.h 3 Jan 2004 16:49:57 -0000 1.2.18.8 @@ -696,7 +696,7 @@ #define SIZEOF_VOID_P 4 /* configure command line used to configure Squid */ -#define SQUID_CONFIGURE_OPTIONS "'--disable-wccp' '--enable-underscores' '--enable-htcp' '--enable-cpu-profiling' '--enable-default-hostsfile=none' '--enable-removal-policies=heap lru' '--enable-auth=basic ntlm digest' '--enable-basic-auth-helpers=win32_locallogon' '--enable-err-languages=English' '--enable-default-err-language=English' '--enable-storeio=ufs awin32 null' '--enable-referer-log' '--enable-useragent-log' '--enable-external-acl-helpers=win32_group' '--enable-ntlm-auth-helpers=NTLMSSP-WIN32' '--enable-win32-service' '--enable-snmp' '--prefix=c:/MinGWsquid' '--enable-icmp'" +#define SQUID_CONFIGURE_OPTIONS "'--disable-wccp' '--enable-underscores' '--enable-htcp' '--enable-cpu-profiling' '--enable-default-hostsfile=none' '--enable-removal-policies=heap lru' '--enable-auth=basic ntlm digest' '--enable-basic-auth-helpers=win32_locallogon' '--enable-err-languages=English' '--enable-default-err-language=English' '--enable-storeio=ufs awin32 null' '--enable-referer-log' '--enable-useragent-log' '--enable-external-acl-helpers=win32_group' '--enable-ntlm-auth-helpers=NTLMSSP-WIN32' '--enable-win32-service' '--enable-snmp' '--prefix=c:/squid'" /* UDP receive buffer size */ #define SQUID_DETECT_UDP_SO_RCVBUF 16384 @@ -763,7 +763,7 @@ neighbor caches know how close you are to the source. - For finding the closest instance of a URN. - With the 'test_reachability' option. Squid will return ICP_OP_MISS_NOFETCH for sites which it cannot ping. */ -#define USE_ICMP 1 +/* #undef USE_ICMP */ /* Compile in support for Ident (RFC 931) lookups? Enabled by default. */ #define USE_IDENT 1