about summary refs log tree commit diff
path: root/contrib/MacOSX/config.h
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2010-09-22 14:11:30 +0200
committerAlexander Barton <alex@barton.de>2010-09-22 14:11:30 +0200
commitb1a117cd98bad64ac56f06f854d4b00f488e44ea (patch)
tree045e880e3315c9d895b904388d8c603bfc289290 /contrib/MacOSX/config.h
parent4a770e8e2deaa90bd99edd8132de09f778158a87 (diff)
downloadngircd-b1a117cd98bad64ac56f06f854d4b00f488e44ea.tar.gz
ngircd-b1a117cd98bad64ac56f06f854d4b00f488e44ea.zip
Add sighandlers.{c|h} to Xcode project
And update static Mac OS X config.h used by the Xcode project.
Diffstat (limited to 'contrib/MacOSX/config.h')
-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 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