repo: ngircd action: commit revision: path_from: revision_from: 4790d78c980c79abfd71c064be1eb085717210f8: path_to: revision_to:
commit 4790d78c980c79abfd71c064be1eb085717210f8 Author: Alexander BartonDate: Sat Oct 6 17:58:44 2012 +0200 Define HAVE_SETSID for Mac OS X Xcode builds diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h
--- 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
-----END OF PAGE-----