From: Daniel Stenberg Date: Fri, 11 Mar 2005 07:53:42 +0000 (+0000) Subject: Define HAVE_AF_INET6_H for Netware too, as Guenter Knauf's builds indicate. X-Git-Tag: curl-7_13_2~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ed13bde5547d1946906bc5c0e0df7b1ce68c539;p=thirdparty%2Fcurl.git Define HAVE_AF_INET6_H for Netware too, as Guenter Knauf's builds indicate. --- diff --git a/ares/Makefile.netware b/ares/Makefile.netware index ee91b75e02..3ae5d6c140 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -306,6 +306,7 @@ else @echo $(DL)#define HAVE_SYS_SOCKET_H 1$(DL) >> $@ @echo $(DL)#define HAVE_SYS_SOCKIO_H 1$(DL) >> $@ @echo $(DL)#define HAVE_NETDB_H 1$(DL) >> $@ + @echo $(DL)#define HAVE_AF_INET6_H 1$(DL) >> $@ endif ifdef OLD_NOVELLSDK @echo $(DL)#define socklen_t int$(DL) >> $@