summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-05-18 16:32:26 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-05-18 16:40:48 +0100
commit37f250e80e9e9aee06e4a333b4f8a0ab6d8a3aba (patch)
tree7a5e42407744295be5a279e1845def3e60a27cf0 /config.h.in
parent61b2a08f5de3d72ee84dddb8d3ee23b66c821380 (diff)
downloadrspamd-37f250e80e9e9aee06e4a333b4f8a0ab6d8a3aba.tar.gz
rspamd-37f250e80e9e9aee06e4a333b4f8a0ab6d8a3aba.zip
[Rework] Propagate ucl variables from the command line
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 d9be4fedf..9e2ccb9fd 100644
--- a/config.h.in
+++ b/config.h.in
@@ -193,6 +193,7 @@
#define RSPAMD_DBDIR "${DBDIR}"
#define RSPAMD_EXAMPLESDIR "${EXAMPLESDIR}"
#define RSPAMD_PLUGINSDIR "${PLUGINSDIR}"
+#define RSPAMD_LUALIBDIR "${LUALIBDIR}"
#define RSPAMD_RULESDIR "${RULESDIR}"
#define RSPAMD_WWWDIR "${WWWDIR}"
#define RSPAMD_PREFIX "${CMAKE_INSTALL_PREFIX}"