summaryrefslogtreecommitdiff
path: root/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-12-30 08:16:24 +0000
committerGunter Knauf <gk@gknw.de>2008-12-30 08:16:24 +0000
commitbcb85d35df7e1f9144f6256d6ec5f61a93dcc86d (patch)
tree7df1a693b49482cbfe3ea9008f41861347cbceab /Makefile.netware
parent1d37cac1b871830b23c652d7bd11c4b770c9fb27 (diff)
downloadc-ares-bcb85d35df7e1f9144f6256d6ec5f61a93dcc86d.tar.gz
c-ares-bcb85d35df7e1f9144f6256d6ec5f61a93dcc86d.tar.bz2
c-ares-bcb85d35df7e1f9144f6256d6ec5f61a93dcc86d.zip
added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd with other Makefile.netware.
Diffstat (limited to 'Makefile.netware')
-rw-r--r--Makefile.netware3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.netware b/Makefile.netware
index 78db12b..8d06dda 100644
--- a/Makefile.netware
+++ b/Makefile.netware
@@ -323,6 +323,9 @@ else
@echo $(DL)#define HAVE_TERMIOS_H 1$(DL) >> $@
@echo $(DL)#define HAVE_AF_INET6 1$(DL) >> $@
@echo $(DL)#define HAVE_PF_INET6 1$(DL) >> $@
+ @echo $(DL)#define HAVE_FREEADDRINFO 1$(DL) >> $@
+ @echo $(DL)#define HAVE_GETADDRINFO 1$(DL) >> $@
+ @echo $(DL)#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1$(DL) >> $@
@echo $(DL)#define HAVE_STRUCT_IN6_ADDR 1$(DL) >> $@
@echo $(DL)#define HAVE_STRUCT_SOCKADDR_IN6 1$(DL) >> $@
@echo $(DL)#define RECV_TYPE_ARG1 int$(DL) >> $@