From: Dan Fandrich Date: Fri, 11 Mar 2005 07:52:24 +0000 (+0000) Subject: Added HAVE_AF_INET6 to Netware's config.h X-Git-Tag: curl-7_13_2~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80e01deba029fd1a499728c638d2e2e7064d14bb;p=curl Added HAVE_AF_INET6 to Netware's config.h --- diff --git a/ares/Makefile.netware b/ares/Makefile.netware index c522de3cb..ee91b75e0 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -298,6 +298,7 @@ config.h: Makefile.netware @echo $(DL)#define STDC_HEADERS 1$(DL) >> $@ @echo $(DL)#define TIME_WITH_SYS_TIME 1$(DL) >> $@ @echo $(DL)#define HAVE_STRUCT_IN6_ADDR 1$(DL) >> $@ + @echo $(DL)#define HAVE_AF_INET6 1$(DL) >> $@ ifdef NW_WINSOCK @echo $(DL)#define HAVE_CLOSESOCKET 1$(DL) >> $@ else