mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Add all compilation conditions to the new function
This commit is contained in:
parent
5f3537ec21
commit
33d0f50698
@ -37,6 +37,8 @@
|
|||||||
|
|
||||||
#include "libinjection/libinjection.h"
|
#include "libinjection/libinjection.h"
|
||||||
|
|
||||||
|
#ifdef WITH_PCRE_STUDY
|
||||||
|
#ifdef WITH_PCRE_JIT
|
||||||
#ifdef WITH_PCRE2
|
#ifdef WITH_PCRE2
|
||||||
/**
|
/**
|
||||||
* @brief Set the JIT compile return code and JIT compile status.
|
* @brief Set the JIT compile return code and JIT compile status.
|
||||||
@ -54,6 +56,8 @@ static void msc_op_set_jitrc(msc_regex_t *regex, int *rc, int *jit) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user