From b1a117cd98bad64ac56f06f854d4b00f488e44ea Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 22 Sep 2010 14:11:30 +0200 Subject: Add sighandlers.{c|h} to Xcode project And update static Mac OS X config.h used by the Xcode project. --- contrib/MacOSX/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/MacOSX/config.h') diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index 72c8875b..0da178dd 100644 --- a/contrib/MacOSX/config.h +++ b/contrib/MacOSX/config.h @@ -97,6 +97,8 @@ #define HAVE_GETADDRINFO 1 /* Define to 1 if you have the `getnameinfo' function. */ #define HAVE_GETNAMEINFO 1 +/* Define to 1 if you have the `sigaction' function. */ +#define HAVE_SIGACTION 1 /* Define if socklen_t exists */ #define HAVE_socklen_t 1 -- cgit 1.4.1