]> granicus.if.org Git - curl/commitdiff
Define HAVE_AF_INET6_H for Netware too, as Guenter Knauf's builds indicate.
authorDaniel Stenberg <daniel@haxx.se>
Fri, 11 Mar 2005 07:53:42 +0000 (07:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Mar 2005 07:53:42 +0000 (07:53 +0000)
ares/Makefile.netware

index ee91b75e0218a225a955cfc2e9449d4b2d1d24e1..3ae5d6c1401c5aadd50ac7fa70fba47c03c79bbe 100644 (file)
@@ -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) >> $@