diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-26 13:37:05 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-26 15:00:02 +0000 |
commit | 36e960ed741e3b908469e194c8cff1d3dc666220 (patch) | |
tree | 4c8c85f8de227fce52abb5198a68b72930559891 /config.h.in | |
parent | 263ae1f2809372170751719c5288fffae6993375 (diff) | |
download | rspamd-36e960ed741e3b908469e194c8cff1d3dc666220.tar.gz rspamd-36e960ed741e3b908469e194c8cff1d3dc666220.zip |
[Rework] Slashing: Distinguish lualibdir, pluginsdir and sharedir
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 66f287e03..53f5c3f81 100644 --- a/config.h.in +++ b/config.h.in @@ -209,6 +209,7 @@ #endif /* BYTE_ORDER */ +#define RSPAMD_SHAREDIR "${SHAREDIR}" #define RSPAMD_CONFDIR "${CONFDIR}" #define RSPAMD_LOCAL_CONFDIR "${LOCAL_CONFDIR}" #define RSPAMD_RUNDIR "${RUNDIR}" |