]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Add sighandlers.{c|h} to Xcode project
authorAlexander Barton <alex@barton.de>
Wed, 22 Sep 2010 12:11:30 +0000 (14:11 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 22 Sep 2010 12:11:30 +0000 (14:11 +0200)
And update static Mac OS X config.h used by the Xcode project.

contrib/MacOSX/config.h
contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj

index 72c8875b684fba5b370ee2cd7b0cf1f8f282d4ef..0da178dd5cba72ce87d433f3155e115ad423049b 100644 (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
index d3a7617b75058dfc64431dd8b25e6ee75ea7a0b2..ac3bc6e681fc5371251e9261a4f1ce5c1f6d29ca 100644 (file)
@@ -40,6 +40,7 @@
                FA85178C0FA061EC006A1F5A /* op.c in Sources */ = {isa = PBXBuildFile; fileRef = FA85178B0FA061EC006A1F5A /* op.c */; };
                FA99428C10E82A27007F27ED /* proc.c in Sources */ = {isa = PBXBuildFile; fileRef = FA99428B10E82A27007F27ED /* proc.c */; };
                FAA3D27B0F139CDC00B2447E /* conn-ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = FAA3D2790F139CDC00B2447E /* conn-ssl.c */; };
+               FAA97C57124A271400D5BBA9 /* sighandlers.c in Sources */ = {isa = PBXBuildFile; fileRef = FAA97C55124A271400D5BBA9 /* sighandlers.c */; };
                FAE5CC2E0CF2308A007D69B6 /* numeric.c in Sources */ = {isa = PBXBuildFile; fileRef = FAE5CC2D0CF2308A007D69B6 /* numeric.c */; };
 /* End PBXBuildFile section */
 
                FAA3D2880F139D2E00B2447E /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
                FAA3D28A0F139D2E00B2447E /* postinstall.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = postinstall.sh; sourceTree = "<group>"; };
                FAA3D28B0F139D2E00B2447E /* preinstall.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = preinstall.sh; sourceTree = "<group>"; };
+               FAA97C55124A271400D5BBA9 /* sighandlers.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = sighandlers.c; sourceTree = "<group>"; };
+               FAA97C56124A271400D5BBA9 /* sighandlers.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = sighandlers.h; sourceTree = "<group>"; };
                FAE5CC2C0CF2308A007D69B6 /* numeric.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = numeric.h; sourceTree = "<group>"; };
                FAE5CC2D0CF2308A007D69B6 /* numeric.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = numeric.c; sourceTree = "<group>"; };
 /* End PBXFileReference section */
                                FA322D0B0CEF74B1001761B3 /* rendezvous.h */,
                                FA322D0C0CEF74B1001761B3 /* resolve.c */,
                                FA322D0D0CEF74B1001761B3 /* resolve.h */,
+                               FAA97C55124A271400D5BBA9 /* sighandlers.c */,
+                               FAA97C56124A271400D5BBA9 /* sighandlers.h */,
                                FA2D564811EA158B00D37A35 /* pam.h */,
                                FA2D564911EA158B00D37A35 /* pam.c */,
                        );
                                FA85178C0FA061EC006A1F5A /* op.c in Sources */,
                                FA99428C10E82A27007F27ED /* proc.c in Sources */,
                                FA2D564A11EA158B00D37A35 /* pam.c in Sources */,
+                               FAA97C57124A271400D5BBA9 /* sighandlers.c in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };