summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2017-06-15 06:20:30 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2017-06-15 06:20:30 +0000
commit9f9d6327a1d46cdc17d577ce4306d30143d8c859 (patch)
tree610c8d29e38c29ced785b50b1c1e161fa2c6f8f7 /src/config.h.in
parent6789fe34b24cc6f93f0f4f8627e8ca5df9c9d054 (diff)
downloadpcre2-9f9d6327a1d46cdc17d577ce4306d30143d8c859.tar.gz
Add makefile support for SELinux allocator in JIT.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@824 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 0ff1ed5..7a3a861 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -254,6 +254,11 @@ sure both macros are undefined; an emulation function will then be used. */
your system. */
#undef PTHREAD_CREATE_JOINABLE
+/* Define to any non-zero number to enable support for SELinux compatible
+ executable memory allocator in JIT. Note that this will have no effect
+ unless SUPPORT_JIT is also defined. */
+#undef SLJIT_PROT_EXECUTABLE_ALLOCATOR
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS