aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-11 07:53:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-11 07:53:42 +0000
commit4ed13bde5547d1946906bc5c0e0df7b1ce68c539 (patch)
tree37afb47300f4308171fbfe2bb0a1d343c1e43efa
parent80e01deba029fd1a499728c638d2e2e7064d14bb (diff)
Define HAVE_AF_INET6_H for Netware too, as Guenter Knauf's builds indicate.
-rw-r--r--ares/Makefile.netware1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware
index ee91b75e0..3ae5d6c14 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) >> $@