From 2bf866b0ce6084e28af061d68bbc351b3be55e84 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 26 Sep 2004 18:20:58 +0000 Subject: Dominick Meglio host file path discovery patch for windows --- ares_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ares_private.h') diff --git a/ares_private.h b/ares_private.h index 0b16dc0..06f8768 100644 --- a/ares_private.h +++ b/ares_private.h @@ -46,8 +46,8 @@ #define WIN_NS_NT_KEY "System\\CurrentControlSet\\Services\\Tcpip\\Parameters" #define NAMESERVER "NameServer" #define DHCPNAMESERVER "DhcpNameServer" -#define PATH_HOSTS_NT "\\drivers\\etc\\hosts" -#define PATH_HOSTS_9X "\\hosts" +#define DATABASEPATH "DatabasePath" +#define WIN_PATH_HOSTS "\\hosts" #elif defined(WATT32) -- cgit v1.2.3