summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-08-07 14:39:45 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-08-07 14:39:45 +0100
commitc8b9de60705ee1fb330e5f7d932ae132d82fdf21 (patch)
tree781f847d8ca20d6b7d9d7c361a00afcf1dd10a4d /config.h.in
parent75fbba70411f8707e88f4d4544544b49d8a92f7a (diff)
downloadrspamd-c8b9de60705ee1fb330e5f7d932ae132d82fdf21.tar.gz
rspamd-c8b9de60705ee1fb330e5f7d932ae132d82fdf21.zip
Store RULESDIR in the code and UCL.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1
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}"