diff options
| author | Alexander Barton <alex@barton.de> | 2010-09-22 14:11:30 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2010-09-22 14:11:30 +0200 |
| commit | b1a117cd98bad64ac56f06f854d4b00f488e44ea (patch) | |
| tree | 045e880e3315c9d895b904388d8c603bfc289290 /contrib/MacOSX/config.h | |
| parent | 4a770e8e2deaa90bd99edd8132de09f778158a87 (diff) | |
| download | ngircd-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.h | 2 |
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 |