1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-10-13 05:37:39 +00:00

Add sighandlers.{c|h} to Xcode project

And update static Mac OS X config.h used by the Xcode project.
This commit is contained in:
Alexander Barton
2010-09-22 14:11:30 +02:00
parent 4a770e8e2d
commit b1a117cd98
2 changed files with 8 additions and 0 deletions

View File

@@ -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