1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-01-05 21:30:29 +00:00

Xcode: correctly #define PACKAGE and PACKAGE_NAME

This commit is contained in:
Alexander Barton 2012-11-02 14:16:58 +01:00
parent 30b32e84fe
commit 84e9dcbab0

View File

@ -11,7 +11,8 @@
* Static configuration file for Mac OS X Xcode project * Static configuration file for Mac OS X Xcode project
*/ */
#define PACKAGE_NAME "ngircd" #define PACKAGE_NAME "ngIRCd"
#define PACKAGE "ngircd"
#ifndef VERSION #ifndef VERSION
#define VERSION "??("__DATE__")" #define VERSION "??("__DATE__")"
#endif #endif