Loading lib/Makefile.netware +1 −0 Original line number Diff line number Diff line Loading @@ -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) >> $@ Loading lib/config-os400.h +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading lib/config-riscos.h +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading lib/config-symbian.h +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading lib/config-tpf.h +3 −0 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
lib/Makefile.netware +1 −0 Original line number Diff line number Diff line Loading @@ -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) >> $@ Loading
lib/config-os400.h +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
lib/config-riscos.h +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
lib/config-symbian.h +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
lib/config-tpf.h +3 −0 Original line number Diff line number Diff line Loading @@ -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 */ Loading