From d0a63590d4730eb0af3ec6027818cb62d50ea657 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Tue, 2 May 2006 15:10:31 +0000 Subject: Patch from Padraig O'Briain to build avahi on Solaris git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1206 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-daemon/simple-protocol.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'avahi-daemon') diff --git a/avahi-daemon/simple-protocol.c b/avahi-daemon/simple-protocol.c index 740f78b..04b07c7 100644 --- a/avahi-daemon/simple-protocol.c +++ b/avahi-daemon/simple-protocol.c @@ -49,6 +49,13 @@ #include "chroot.h" #endif +#ifndef AF_LOCAL +#define AF_LOCAL AF_UNIX +#endif +#ifndef PF_LOCAL +#define PF_LOCAL PF_UNIX +#endif + #define BUFFER_SIZE (20*1024) #define CLIENTS_MAX 50 -- cgit