X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=contrib%2FMacOSX%2Fconfig.h;h=f4838276ecfddcb8bccd5a42b7fb1fc410d64a5d;hb=dd6a0589929b2a02e56b1c9ad4cac3d409100d98;hp=bf94d327fb337e024eeb8c44501c8821e827863d;hpb=46b0eef721b9b3eec37d29aff65b6a7fc488a887;p=ngircd-alex.git diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index bf94d327..f4838276 100644 --- a/contrib/MacOSX/config.h +++ b/contrib/MacOSX/config.h @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors. * * 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 @@ -11,11 +11,13 @@ * 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 #define SYSCONFDIR "/etc/ngircd" +#define DOCDIR "/usr/share/doc/ngircd" #ifndef TARGET_VENDOR #define TARGET_VENDOR "apple"