diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-07 14:39:45 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-07 14:39:45 +0100 |
commit | c8b9de60705ee1fb330e5f7d932ae132d82fdf21 (patch) | |
tree | 781f847d8ca20d6b7d9d7c361a00afcf1dd10a4d /config.h.in | |
parent | 75fbba70411f8707e88f4d4544544b49d8a92f7a (diff) | |
download | rspamd-c8b9de60705ee1fb330e5f7d932ae132d82fdf21.tar.gz rspamd-c8b9de60705ee1fb330e5f7d932ae132d82fdf21.zip |
Store RULESDIR in the code and UCL.
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 38c159030..41be3c587 100644 --- a/config.h.in +++ b/config.h.in @@ -241,6 +241,7 @@ #define RSPAMD_DBDIR "${DBDIR}" #define RSPAMD_EXAMPLESDIR "${EXAMPLESDIR}" #define RSPAMD_PLUGINSDIR "${PLUGINSDIR}" +#define RSPAMD_RULESDIR "${RULESDIR}" #define RSPAMD_WWWDIR "${WWWDIR}" #define RSPAMD_PREFIX "${CMAKE_INSTALL_PREFIX}" |