1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-08-03 20:34:05 +00:00

Xcode: define TARGET_VENDOR and TARGET_OS

This commit is contained in:
Alexander Barton 2009-01-06 16:00:15 +01:00
parent df3473c9c1
commit eb159e0a8d

View File

@ -1,6 +1,6 @@
/* /*
* ngIRCd -- The Next Generation IRC Daemon * 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 * 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 * it under the terms of the GNU General Public License as published by
@ -8,8 +8,6 @@
* (at your option) any later version. * (at your option) any later version.
* Please read the file COPYING, README and AUTHORS for more information. * 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 * Static configuration file for Mac OS X Xcode project
*/ */
@ -17,6 +15,11 @@
#define VERSION "??" #define VERSION "??"
#define SYSCONFDIR "/etc/ngircd" #define SYSCONFDIR "/etc/ngircd"
#ifndef TARGET_VENDOR
#define TARGET_VENDOR "apple"
#define TARGET_OS "darwin"
#endif
/* -- Build options -- */ /* -- Build options -- */
/* Define if debug-mode should be enabled */ /* Define if debug-mode should be enabled */