]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Define HAVE_SETSID for Mac OS X Xcode builds
authorAlexander Barton <alex@barton.de>
Sat, 6 Oct 2012 15:58:44 +0000 (17:58 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 6 Oct 2012 15:58:44 +0000 (17:58 +0200)
contrib/MacOSX/config.h

index 5b47e9da7ac277b4baf8411013dff10bc2611f76..5a71278486231654103dfd208f1184a3dab5c455 100644 (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