diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-03 17:57:01 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-03 17:57:01 +0100 |
commit | ea15d2e1d516a6264e0eb1735ddbc31790dcb2de (patch) | |
tree | 22bd47e54d21566a4ec3e43d63c4afc0512994fb /config.h.in | |
parent | 669cd52f685282289590200daed3fc89466e7206 (diff) | |
download | rspamd-ea15d2e1d516a6264e0eb1735ddbc31790dcb2de.tar.gz rspamd-ea15d2e1d516a6264e0eb1735ddbc31790dcb2de.zip |
[Rework] Start moving to replxx
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 83f8a721c..57b887b85 100644 --- a/config.h.in +++ b/config.h.in @@ -156,6 +156,7 @@ #cmakedefine WITH_TORCH 1 #cmakedefine WITH_LIBUNWIND 1 #cmakedefine WITH_LUA_TRACE 1 +#cmakedefine WITH_LUA_REPL 1 #cmakedefine DISABLE_PTHREAD_MUTEX 1 |