|
|
@ -174,19 +174,29 @@ |
|
|
|
/* ---------------------------------------------------------------- */ |
|
|
|
/* ---------------------------------------------------------------- */ |
|
|
|
|
|
|
|
|
|
|
|
/* Define this if you have address family AF_INET6 */ |
|
|
|
/* Define this if you have address family AF_INET6 */ |
|
|
|
|
|
|
|
#ifdef HAVE_WINSOCK2_H |
|
|
|
#define HAVE_AF_INET6 1 |
|
|
|
#define HAVE_AF_INET6 1 |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
/* Define this if you have protocol family PF_INET6 */ |
|
|
|
/* Define this if you have protocol family PF_INET6 */ |
|
|
|
|
|
|
|
#ifdef HAVE_WINSOCK2_H |
|
|
|
#define HAVE_PF_INET6 1 |
|
|
|
#define HAVE_PF_INET6 1 |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
/* Define this if you have struct in6_addr */ |
|
|
|
/* Define this if you have struct in6_addr */ |
|
|
|
|
|
|
|
#ifdef HAVE_WS2TCPIP_H |
|
|
|
#define HAVE_STRUCT_IN6_ADDR 1 |
|
|
|
#define HAVE_STRUCT_IN6_ADDR 1 |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
/* Define this if you have struct sockaddr_in6 */ |
|
|
|
/* Define this if you have struct sockaddr_in6 */ |
|
|
|
|
|
|
|
#ifdef HAVE_WS2TCPIP_H |
|
|
|
#define HAVE_STRUCT_SOCKADDR_IN6 1 |
|
|
|
#define HAVE_STRUCT_SOCKADDR_IN6 1 |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
/* Define this if you have sockaddr_in6 with scopeid */ |
|
|
|
/* Define this if you have sockaddr_in6 with scopeid */ |
|
|
|
|
|
|
|
#ifdef HAVE_WS2TCPIP_H |
|
|
|
#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 |
|
|
|
#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* __ARES_CONFIG_WIN32_H */ |
|
|
|
#endif /* __ARES_CONFIG_WIN32_H */ |
|
|
|