Index: include/config.h =================================================================== RCS file: /cvsroot/squid/squid/include/config.h,v retrieving revision 1.5 diff -u -p -r1.5 config.h --- include/config.h 13 Nov 2001 22:19:32 -0000 1.5 +++ include/config.h 23 Mar 2002 17:44:40 -0000 @@ -105,7 +105,7 @@ #define _SQUID_CYGWIN_ #elif defined(WIN32) || defined(WINNT) || defined(__WIN32__) || defined(__WIN32) -#define _SQUID_MSWIN_ +#define _SQUID_MSWIN_ /* MS Compilers */ #elif defined(__APPLE__) #define _SQUID_APPLE_ Index: src/globals.h =================================================================== RCS file: /cvsroot/squid/squid/src/globals.h,v retrieving revision 1.14 diff -u -p -r1.14 globals.h --- src/globals.h 18 Oct 2001 20:52:11 -0000 1.14 +++ src/globals.h 23 Mar 2002 17:44:42 -0000 @@ -159,7 +159,7 @@ extern hash_table *proxy_auth_username_c extern int incoming_sockets_accepted; #if defined(_SQUID_MSWIN_) || defined(_SQUID_CYGWIN_) extern unsigned int WIN32_OS_version; /* 0 */ -extern char *WIN32_OS_string; +extern char *WIN32_OS_string; /* NULL */ #endif #endif /* SQUID_GLOBALS_H */ Index: src/tools.c =================================================================== RCS file: /cvsroot/squid/squid/src/tools.c,v retrieving revision 1.19 diff -u -p -r1.19 tools.c --- src/tools.c 18 Nov 2001 01:15:42 -0000 1.19 +++ src/tools.c 23 Mar 2002 17:44:42 -0000 @@ -966,9 +966,6 @@ parseEtcHosts(void) char buf2[512]; char *nt = buf; char *lt = buf; -#if defined(_SQUID_MSWIN_) || defined(_SQUID_CYGWIN_) - char *systemroot = NULL; -#endif if (NULL == Config.etcHostsPath) return; if (0 == strcmp(Config.etcHostsPath, "none"))