From: Gunter Knauf Date: Wed, 10 Aug 2005 16:55:06 +0000 (+0000) Subject: make ares compile again for NetWare. X-Git-Tag: curl-7_14_1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3fcd409d5ee1c42c218c83d833509e8e4e46a2b;p=thirdparty%2Fcurl.git make ares compile again for NetWare. --- diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 8fdf69e2f4..d493dd0e64 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -304,6 +304,8 @@ config.h: Makefile.netware @echo $(DL)#define HAVE_AF_INET6 1$(DL) >> $@ @echo $(DL)#define HAVE_PF_INET6 1$(DL) >> $@ @echo $(DL)#define HAVE_STRUCT_IN6_ADDR 1$(DL) >> $@ + @echo $(DL)#define HAVE_STRUCT_SOCKADDR_IN6 1$(DL) >> $@ + @echo $(DL)#define HAVE_STRUCT_ADDRINFO 1$(DL) >> $@ @echo $(DL)#define SIZEOF_STRUCT_IN6_ADDR 16$(DL) >> $@ @echo $(DL)#define SIZEOF_STRUCT_IN_ADDR 4$(DL) >> $@ ifdef NW_WINSOCK