diff options
author | Gunter Knauf <gk@gknw.de> | 2008-12-30 07:31:04 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-12-30 07:31:04 +0000 |
commit | 104377d718654947f42f8812b17d1d3127c843a0 (patch) | |
tree | 4aabb62b0440312afcd25ad39f9b0369fea37d43 /lib/Makefile.netware | |
parent | 83640b2ee5e41292eab2ff3e722c5ac4caea17c9 (diff) | |
download | curl-104377d718654947f42f8812b17d1d3127c843a0.tar.gz |
added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to be IPv6-aware.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index a5e0345c9..546086796 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -454,6 +454,7 @@ ifdef ENABLE_IPV6 @echo $(DL)#define ENABLE_IPV6 1$(DL) >> $@ @echo $(DL)#define HAVE_FREEADDRINFO 1$(DL) >> $@ @echo $(DL)#define HAVE_GETADDRINFO 1$(DL) >> $@ + @echo $(DL)#define HAVE_SIN6_SCOPE_ID 1$(DL) >> $@ endif endif @echo $(DL)#define USE_MANUAL 1$(DL) >> $@ |