diff options
author | Gunter Knauf <gk@gknw.de> | 2008-12-30 08:05:38 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-12-30 08:05:38 +0000 |
commit | 1cc50d31f9962264fd78cdbe6a27dac10742dcd6 (patch) | |
tree | 29f86554facab9f8dfecbd59548161a7603bf9df /lib/Makefile.netware | |
parent | 104377d718654947f42f8812b17d1d3127c843a0 (diff) | |
download | curl-1cc50d31f9962264fd78cdbe6a27dac10742dcd6.tar.gz |
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 546086796..658b97996 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -454,7 +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) >> $@ + @echo $(DL)#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1$(DL) >> $@ endif endif @echo $(DL)#define USE_MANUAL 1$(DL) >> $@ |