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
1 changed files with 2 additions and 1 deletions

View 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