diff options
| author | Alexander Barton <alex@barton.de> | 2012-11-02 14:16:58 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2012-11-02 14:16:58 +0100 |
| commit | 84e9dcbab080b03b2057df8b22327172895833be (patch) | |
| tree | a7553e15a4152cf1af8ff487f1cd85114a9ed184 /contrib/MacOSX | |
| parent | 30b32e84fe352f7c39ceca1a9c6df60ca50e83ab (diff) | |
| download | ngircd-84e9dcbab080b03b2057df8b22327172895833be.tar.gz ngircd-84e9dcbab080b03b2057df8b22327172895833be.zip | |
Xcode: correctly #define PACKAGE and PACKAGE_NAME
Diffstat (limited to 'contrib/MacOSX')
| -rw-r--r-- | contrib/MacOSX/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index bf94d327..6da74962 100644 --- a/contrib/MacOSX/config.h +++ b/contrib/MacOSX/config.h @@ -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 |