From 4790d78c980c79abfd71c064be1eb085717210f8 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 6 Oct 2012 17:58:44 +0200 Subject: [PATCH 1/1] Define HAVE_SETSID for Mac OS X Xcode builds --- contrib/MacOSX/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index 5b47e9da..5a712784 100644 --- a/contrib/MacOSX/config.h +++ b/contrib/MacOSX/config.h @@ -98,6 +98,8 @@ #define HAVE_GETNAMEINFO 1 /* Define to 1 if you have the `sigaction' function. */ #define HAVE_SIGACTION 1 +/* Define to 1 if you have the `setsid' function. */ +#define HAVE_SETSID 1 /* Define if socklen_t exists */ #define HAVE_socklen_t 1 -- 2.39.2