/*
- * $Id: globals.h,v 1.108 2001/10/17 20:25:02 hno Exp $
+ * $Id: globals.h,v 1.109 2002/03/30 16:29:51 hno Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
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 */
/*
- * $Id: tools.cc,v 1.213 2001/11/17 11:09:25 hno Exp $
+ * $Id: tools.cc,v 1.214 2002/03/30 16:29:51 hno Exp $
*
* DEBUG: section 21 Misc Functions
* AUTHOR: Harvest Derived
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"))