From ef8e631be26a47502c318039cf2c1c82ade8a7aa Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 30 Aug 2024 15:31:47 +0100 Subject: Add a config variable for the example dir. This makes including example files easier on system-wide installs. --- make/template/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make') diff --git a/make/template/config.h b/make/template/config.h index d8ef32f55..3340e2332 100644 --- a/make/template/config.h +++ b/make/template/config.h @@ -34,6 +34,9 @@ /** The default location that config files are stored in. */ #define INSPIRCD_CONFIG_PATH "@CONFIG_DIR@" +/** The default location that example config files are stored in. */ +#define INSPIRCD_EXAMPLE_PATH "@EXAMPLE_DIR@" + /** The default location that data files are stored in. */ #define INSPIRCD_DATA_PATH "@DATA_DIR@" -- cgit v1.3.1-10-gc9f91