diff options
author | Gunter Knauf <gk@gknw.de> | 2008-12-30 08:16:24 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-12-30 08:16:24 +0000 |
commit | d839230402534dcb6607a5f2f19cf1ba9341f68e (patch) | |
tree | 244bdca3a24f54cf7b65c7b1b10c650752dd0746 /ares/Makefile.netware | |
parent | 1cc50d31f9962264fd78cdbe6a27dac10742dcd6 (diff) |
added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd with other Makefile.netware.
Diffstat (limited to 'ares/Makefile.netware')
-rw-r--r-- | ares/Makefile.netware | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 78db12b5b..8d06dda07 100644 --- a/ares/Makefile.netware +++ b/ares/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) >> $@ |