]> arthur.barton.de Git - ngircd-alex.git/blobdiff - contrib/MacOSX/config.h
Xcode: define TARGET_VENDOR and TARGET_OS
[ngircd-alex.git] / contrib / MacOSX / config.h
index 8882e4691e0d337b80541a1fc48bb98852663d02..0b5a141b4ff5a6a52661279b0190945a57ac3a67 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2007 Alexander Barton (alex@barton.de).
+ * Copyright (c)2001-2009 Alexander Barton (alex@barton.de).
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -8,8 +8,6 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: config.h,v 1.1 2007/11/19 22:11:36 alex Exp $
- *
  * Static configuration file for Mac OS X Xcode project
  */
 
 #define VERSION "??"
 #define SYSCONFDIR "/etc/ngircd"
 
+#ifndef TARGET_VENDOR
+#define TARGET_VENDOR "apple"
+#define TARGET_OS "darwin"
+#endif
+
 /* -- Build options -- */
 
 /* Define if debug-mode should be enabled */