diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2005-03-11 07:52:24 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2005-03-11 07:52:24 +0000 |
commit | 80e01deba029fd1a499728c638d2e2e7064d14bb (patch) | |
tree | d1534c9e4600f472162f6ebd9ea2af21acae9fb1 /ares | |
parent | fb9ae9d0e2e3397d3072fd89a4f103907bff1a28 (diff) |
Added HAVE_AF_INET6 to Netware's config.h
Diffstat (limited to 'ares')
-rw-r--r-- | ares/Makefile.netware | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware index c522de3cb..ee91b75e0 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -298,6 +298,7 @@ config.h: Makefile.netware @echo $(DL)#define STDC_HEADERS 1$(DL) >> $@ @echo $(DL)#define TIME_WITH_SYS_TIME 1$(DL) >> $@ @echo $(DL)#define HAVE_STRUCT_IN6_ADDR 1$(DL) >> $@ + @echo $(DL)#define HAVE_AF_INET6 1$(DL) >> $@ ifdef NW_WINSOCK @echo $(DL)#define HAVE_CLOSESOCKET 1$(DL) >> $@ else |