From 582833b3389c1cbfbf253bf252828b3525328361 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Thu, 21 Aug 2008 14:08:47 +0000 Subject: [PATCH] Added '#define HAVE_STRUCT_IN6_ADDR 1' needed when building with 'USE_ARES'. --- lib/config.dos | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config.dos b/lib/config.dos index 6b36fca49..7e1fe4781 100644 --- a/lib/config.dos +++ b/lib/config.dos @@ -48,6 +48,7 @@ #define HAVE_STRICMP 1 #define HAVE_STRTOLL 1 #define HAVE_STRUCT_TIMEVAL 1 +#define HAVE_STRUCT_IN6_ADDR 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1