summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-11-17 16:45:57 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-11-17 16:45:57 +0000
commit3ca120a64fe50153fc78bfc1ddb28d1cd55bd96f (patch)
tree78cde16b1930fd9486396ecf050133b8fc8e137f /src/config.h.in
parent08a605bfc307304534c41fe4b3b85f54a2422435 (diff)
downloadpcre2-3ca120a64fe50153fc78bfc1ddb28d1cd55bd96f.tar.gz
Add --disable-pcre2grep-callout-fork configuration setting.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1042 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 9fdf581..6b8eb7e 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -290,6 +290,11 @@ sure both macros are undefined; an emulation function will then be used. */
/* Define to any value to enable callout script support in pcre2grep. */
#undef SUPPORT_PCRE2GREP_CALLOUT
+/* Define to any value to enable fork support in pcre2grep callout scripts.
+ This will have no effect unless SUPPORT_PCRE2GREP_CALLOUT is also defined.
+ */
+#undef SUPPORT_PCRE2GREP_CALLOUT_FORK
+
/* Define to any value to enable JIT support in pcre2grep. Note that this will
have no effect unless SUPPORT_JIT is also defined. */
#undef SUPPORT_PCRE2GREP_JIT