about summary refs log tree commit diff
path: root/contrib
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2012-11-02 14:16:58 +0100
committerAlexander Barton <alex@barton.de>2012-11-02 14:16:58 +0100
commit84e9dcbab080b03b2057df8b22327172895833be (patch)
treea7553e15a4152cf1af8ff487f1cd85114a9ed184 /contrib
parent30b32e84fe352f7c39ceca1a9c6df60ca50e83ab (diff)
downloadngircd-84e9dcbab080b03b2057df8b22327172895833be.tar.gz
ngircd-84e9dcbab080b03b2057df8b22327172895833be.zip
Xcode: correctly #define PACKAGE and PACKAGE_NAME
Diffstat (limited to 'contrib')
-rw-r--r--contrib/MacOSX/config.h3
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