]> arthur.barton.de Git - ngircd-alex.git/blobdiff - contrib/MacOSX/config.h
Implement METADATA command to update client metadata
[ngircd-alex.git] / contrib / MacOSX / config.h
index a25d88617705646a25d38b56ebde1c62d5cea9ed..6da74962c5551f56c32a456f3ecd7aace23d6998 100644 (file)
@@ -11,7 +11,8 @@
  * Static configuration file for Mac OS X Xcode project
  */
 
-#define PACKAGE_NAME "ngircd"
+#define PACKAGE_NAME "ngIRCd"
+#define PACKAGE "ngircd"
 #ifndef VERSION
 #define VERSION "??("__DATE__")"
 #endif
 #define HAVE_GETNAMEINFO 1
 /* Define to 1 if you have the `sigaction' function. */
 #define HAVE_SIGACTION 1
+/* Define to 1 if you have the `setsid' function. */
+#define HAVE_SETSID 1
 
 /* Define if socklen_t exists */
 #define HAVE_socklen_t 1