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 /src | |
parent | 104377d718654947f42f8812b17d1d3127c843a0 (diff) |
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 'src')
-rw-r--r-- | src/Makefile.netware | 2 | ||||
-rw-r--r-- | src/config-riscos.h | 2 | ||||
-rw-r--r-- | src/config-win32.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware index 6be299cf8..1fd503a1f 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -442,7 +442,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) >> $@ diff --git a/src/config-riscos.h b/src/config-riscos.h index 0e6b3a19b..72ef674dc 100644 --- a/src/config-riscos.h +++ b/src/config-riscos.h @@ -42,7 +42,7 @@ #undef ENABLE_IPV6 /* Define if struct sockaddr_in6 has the sin6_scope_id member */ -#define HAVE_SIN6_SCOPE_ID 1 +#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 /* Define this to 'int' if ssize_t is not an available typedefed type */ #undef ssize_t diff --git a/src/config-win32.h b/src/config-win32.h index 3b7dc58e8..dfca7b273 100644 --- a/src/config-win32.h +++ b/src/config-win32.h @@ -201,7 +201,7 @@ #define HAVE_STRUCT_TIMEVAL 1 /* Define this if struct sockaddr_in6 has the sin6_scope_id member */ -#define HAVE_SIN6_SCOPE_ID 1 +#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 /* ---------------------------------------------------------------- */ /* Watt-32 tcp/ip SPECIFIC */ |