Loading configure.ac +7 −0 Original line number Diff line number Diff line Loading @@ -1206,6 +1206,9 @@ if test "$ipv6" = yes; then #include <ws2tcpip.h> #else #include <netinet/in.h> #if defined (__TANDEM) # include <netinet/in6.h> #endif #endif] , struct sockaddr_in6 s; s.sin6_scope_id = 0; , have_sin6_scope_id=yes) if test "$have_sin6_scope_id" = yes; then Loading Loading @@ -3354,6 +3357,7 @@ AC_CHECK_HEADERS( arpa/inet.h \ net/if.h \ netinet/in.h \ netinet/in6.h \ sys/un.h \ linux/tcp.h \ netinet/tcp.h \ Loading Loading @@ -3404,6 +3408,9 @@ dnl default includes #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif #ifdef HAVE_NETINET_IN6_H #include <netinet/in6.h> #endif #ifdef HAVE_SYS_UN_H #include <sys/un.h> #endif Loading lib/curl_addrinfo.c +3 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,9 @@ #ifdef HAVE_NETINET_IN_H # include <netinet/in.h> #endif #ifdef HAVE_NETINET_IN6_H # include <netinet/in6.h> #endif #ifdef HAVE_NETDB_H # include <netdb.h> #endif Loading lib/hostcheck.c +3 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,9 @@ #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif #ifdef HAVE_NETINET_IN6_H #include <netinet/in6.h> #endif #include "hostcheck.h" #include "strcase.h" Loading lib/hostip.c +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif #ifdef HAVE_NETINET_IN6_H #include <netinet/in6.h> #endif #ifdef HAVE_NETDB_H #include <netdb.h> #endif Loading lib/urldata.h +3 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,9 @@ #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif #ifdef HAVE_NETINET_IN6_H #include <netinet/in6.h> #endif #include "timeval.h" Loading Loading
configure.ac +7 −0 Original line number Diff line number Diff line Loading @@ -1206,6 +1206,9 @@ if test "$ipv6" = yes; then #include <ws2tcpip.h> #else #include <netinet/in.h> #if defined (__TANDEM) # include <netinet/in6.h> #endif #endif] , struct sockaddr_in6 s; s.sin6_scope_id = 0; , have_sin6_scope_id=yes) if test "$have_sin6_scope_id" = yes; then Loading Loading @@ -3354,6 +3357,7 @@ AC_CHECK_HEADERS( arpa/inet.h \ net/if.h \ netinet/in.h \ netinet/in6.h \ sys/un.h \ linux/tcp.h \ netinet/tcp.h \ Loading Loading @@ -3404,6 +3408,9 @@ dnl default includes #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif #ifdef HAVE_NETINET_IN6_H #include <netinet/in6.h> #endif #ifdef HAVE_SYS_UN_H #include <sys/un.h> #endif Loading
lib/curl_addrinfo.c +3 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,9 @@ #ifdef HAVE_NETINET_IN_H # include <netinet/in.h> #endif #ifdef HAVE_NETINET_IN6_H # include <netinet/in6.h> #endif #ifdef HAVE_NETDB_H # include <netdb.h> #endif Loading
lib/hostcheck.c +3 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,9 @@ #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif #ifdef HAVE_NETINET_IN6_H #include <netinet/in6.h> #endif #include "hostcheck.h" #include "strcase.h" Loading
lib/hostip.c +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif #ifdef HAVE_NETINET_IN6_H #include <netinet/in6.h> #endif #ifdef HAVE_NETDB_H #include <netdb.h> #endif Loading
lib/urldata.h +3 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,9 @@ #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif #ifdef HAVE_NETINET_IN6_H #include <netinet/in6.h> #endif #include "timeval.h" Loading