Adds support for RunTimeString

Using RunTimeStrings instead of runtime parser for
macro expansion.
This commit is contained in:
Felipe Zimmerle
2018-01-09 20:39:09 -03:00
parent cd30509f3a
commit 6fe8655ed9
24 changed files with 7153 additions and 6775 deletions

View File

@@ -272,6 +272,7 @@ libmodsecurity_la_SOURCES = \
debug_log/debug_log.cc \
debug_log/debug_log_writer.cc \
macro_expansion.cc \
run_time_string.cc \
rule.cc \
rule_message.cc \
rule_script.cc \