]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
IncludeDir: default to "$SYSCONFDIR/ngircd.conf.d"
[ngircd-alex.git] / src / ngircd / defines.h
index cffbfadfa10cdb8ecca525c8d1c787bd650ee71c..7784c17470434ee7d3997767239c1b2bfe6c8d6c 100644 (file)
@@ -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"