about summary refs log tree commit diff
path: root/contrib
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2012-10-06 17:58:44 +0200
committerAlexander Barton <alex@barton.de>2012-10-06 17:58:44 +0200
commit4790d78c980c79abfd71c064be1eb085717210f8 (patch)
tree55a1f0783d692ae58dda5e4ee4f4d884f36c3353 /contrib
parentc66e20ce6e1b6fd333fc6fe13953178547470c44 (diff)
downloadngircd-4790d78c980c79abfd71c064be1eb085717210f8.tar.gz
ngircd-4790d78c980c79abfd71c064be1eb085717210f8.zip
Define HAVE_SETSID for Mac OS X Xcode builds
Diffstat (limited to 'contrib')
-rw-r--r--contrib/MacOSX/config.h2
1 files changed, 2 insertions, 0 deletions
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