X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fdefines.h;fp=src%2Fngircd%2Fdefines.h;h=7784c17470434ee7d3997767239c1b2bfe6c8d6c;hb=7ea3864a9369086024a2d541b053963958b19899;hp=cffbfadfa10cdb8ecca525c8d1c787bd650ee71c;hpb=891dbd2acc59a6d9ff6dd8a5b12e91f5a8fa20ed;p=ngircd.git diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index cffbfadf..7784c174 100644 --- a/src/ngircd/defines.h +++ b/src/ngircd/defines.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 @@ -73,6 +73,9 @@ /** Configuration file name. */ #define CONFIG_FILE "/ngircd.conf" +/** Directory containing optional configuration snippets. */ +#define CONFIG_DIR "/ngircd.conf.d" + /** Name of the MOTD file. */ #define MOTD_FILE "/ngircd.motd"