From 0b6f512e8e37935481de1d11b90c739070cb2565 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 29 Mar 2009 16:46:46 +0200 Subject: added stub implementation of getaddrinfo on Cygwin --- include/wolf/port/sys.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/wolf/port/sys.h') diff --git a/include/wolf/port/sys.h b/include/wolf/port/sys.h index a6b42be..fcb82c3 100644 --- a/include/wolf/port/sys.h +++ b/include/wolf/port/sys.h @@ -47,6 +47,7 @@ #define HAVE_SYSLOG_H #define HAVE_GETADDRINFO #define HAVE_INET_NTOP +#define HAVE_IPV6 #else #error unknown platform #endif /* defined OS_MINOR_VERSION == 6 */ @@ -74,6 +75,7 @@ #define MUST_DEFINE_STRLCAT_PROTOTYPE #define HAVE_GETADDRINFO #define HAVE_INET_NTOP +#define HAVE_IPV6 #else #error unknown platform #endif /* defined OS_MINOR_VERSION == 0 */ @@ -96,6 +98,7 @@ #define MUST_DEFINE_STRLCAT_PROTOTYPE #define HAVE_GETADDRINFO #define HAVE_INET_NTOP +#define HAVE_IPV6 #else #error unknown platform #endif /* defined OS_MINOR_VERSION == 2 */ @@ -124,6 +127,7 @@ #define MUST_DEFINE_STRLCAT_PROTOTYPE #define HAVE_GETADDRINFO #define HAVE_INET_NTOP +#define HAVE_IPV6 #else #error unknown platform #endif /* defined OS_MINOR_VERSION >= 2 && OS_MINOR_VERSION <= 3 */ @@ -155,6 +159,7 @@ #define MUST_DEFINE_STRLCAT_PROTOTYPE #define HAVE_GETADDRINFO #define HAVE_INET_NTOP +#define HAVE_IPV6 #else #error unknown platform #endif /* defined OS_MINOR_VERSION == 2 */ @@ -185,6 +190,7 @@ #define HAVE_STRLCAT #define HAVE_GETADDRINFO #define HAVE_INET_NTOP +#define HAVE_IPV6 #else #if OS_MINOR_VERSION == 10 #if !defined __cplusplus @@ -205,6 +211,7 @@ #define HAVE_STRLCAT #define HAVE_GETADDRINFO #define HAVE_INET_NTOP +#define HAVE_IPV6 #else #error unknown platform #endif /* OS_MINOR_VERSION == 10 */ -- cgit v1.2.3-54-g00ecf