Define HAVE_SETSID for Mac OS X Xcode builds

This commit is contained in:
Alexander Barton 2012-10-06 17:58:44 +02:00
parent c66e20ce6e
commit 4790d78c98
1 changed files with 2 additions and 0 deletions

View File

@ -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