From 72795fcaa6778d3612ec04f9e5bde9a0eb2b1682 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 5 Jan 2006 23:11:15 +0000 Subject: Use autoconf detected define for getgroups() type. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@422 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/module-protocol-stub.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'polyp/module-protocol-stub.c') diff --git a/polyp/module-protocol-stub.c b/polyp/module-protocol-stub.c index 8c06a610..b41515fe 100644 --- a/polyp/module-protocol-stub.c +++ b/polyp/module-protocol-stub.c @@ -62,6 +62,10 @@ #elif defined(USE_TCP6_SOCKETS) #define SOCKET_DESCRIPTION "(TCP/IPv6 sockets)" #define SOCKET_USAGE "port= loopback=" +#ifdef OS_IS_WIN32 +static const struct in6_addr in6addr_any = {{ IN6ADDR_ANY_INIT }}; +static const struct in6_addr in6addr_loopback = {{ IN6ADDR_LOOPBACK_INIT }}; +#endif #else #define SOCKET_DESCRIPTION "(UNIX sockets)" #define SOCKET_USAGE "socket=" -- cgit