added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to be IPv6...
authorGunter Knauf <gk@gknw.de>
Tue, 30 Dec 2008 07:31:04 +0000 (07:31 +0000)
committerGunter Knauf <gk@gknw.de>
Tue, 30 Dec 2008 07:31:04 +0000 (07:31 +0000)
lib/Makefile.netware
lib/config-os400.h
lib/config-riscos.h
lib/config-symbian.h
lib/config-tpf.h
lib/config-win32ce.h
src/Makefile.netware
src/config-riscos.h
src/config-win32.h

index a5e0345..5460867 100644 (file)
@@ -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) >> $@
index 3a11879..dccf8a8 100644 (file)
@@ -42,6 +42,9 @@
 /* Define if you want to enable IPv6 support */
 #define ENABLE_IPV6
 
+/* Define if struct sockaddr_in6 has the sin6_scope_id member */
+#define HAVE_SIN6_SCOPE_ID 1
+
 /* Define this to 'int' if ssize_t is not an available typedefed type */
 #undef ssize_t
 
index 82d579e..25097fb 100644 (file)
@@ -38,6 +38,9 @@
 /* Define if you want to enable IPv6 support */
 #undef ENABLE_IPV6
 
+/* Define if struct sockaddr_in6 has the sin6_scope_id member */
+#define HAVE_SIN6_SCOPE_ID 1
+
 /* Define this to 'int' if ssize_t is not an available typedefed type */
 #undef ssize_t
 
index fb5dd23..cc9b03c 100644 (file)
@@ -66,6 +66,9 @@
 /* Define if you want to enable IPv6 support */
 #define ENABLE_IPV6 1
 
+/* Define if struct sockaddr_in6 has the sin6_scope_id member */
+#define HAVE_SIN6_SCOPE_ID 1
+
 /* Define to the type qualifier of arg 1 for getnameinfo. */
 #define GETNAMEINFO_QUAL_ARG1 const
 
index 67f9cbf..8524cda 100644 (file)
@@ -62,6 +62,9 @@
 /* Define if you want to enable IPv6 support */
 /* #undef ENABLE_IPV6 */
 
+/* Define if struct sockaddr_in6 has the sin6_scope_id member */
+/* #undef HAVE_SIN6_SCOPE_ID */
+
 /* Define to the type of arg 1 for getnameinfo. */
 /* #undef GETNAMEINFO_TYPE_ARG1 */
 
index cd793d6..65b00a1 100644 (file)
 /* Define this if you have struct timeval */
 #define HAVE_STRUCT_TIMEVAL 1
 
+/* Define this if struct sockaddr_in6 has the sin6_scope_id member */
+#define HAVE_SIN6_SCOPE_ID 1
+
 /* ---------------------------------------------------------------- */
 /*                        COMPILER SPECIFIC                         */
 /* ---------------------------------------------------------------- */
index 6b02935..6be299c 100644 (file)
@@ -442,6 +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) >> $@
 endif
 endif
        @echo $(DL)#define USE_MANUAL 1$(DL) >> $@
index f8df38e..0e6b3a1 100644 (file)
@@ -41,6 +41,9 @@
 /* Define if you want to enable IPv6 support */
 #undef ENABLE_IPV6
 
+/* Define if struct sockaddr_in6 has the sin6_scope_id member */
+#define HAVE_SIN6_SCOPE_ID 1
+
 /* Define this to 'int' if ssize_t is not an available typedefed type */
 #undef ssize_t
 
index 0ca61cc..3b7dc58 100644 (file)
 /* Define this if you have struct timeval */
 #define HAVE_STRUCT_TIMEVAL 1
 
+/* Define this if struct sockaddr_in6 has the sin6_scope_id member */
+#define HAVE_SIN6_SCOPE_ID 1
+
 /* ---------------------------------------------------------------- */
 /*                        Watt-32 tcp/ip SPECIFIC                   */
 /* ---------------------------------------------------------------- */