summaryrefslogtreecommitdiff
path: root/src/config.h.generic
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-11-17 16:49:28 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-11-17 16:49:28 +0000
commit4ab22b3e0b5ad22f922151b871196467cdd01155 (patch)
tree93c64dd5d5b4b1e5d727304f217c251e99f4d3b3 /src/config.h.generic
parent3ca120a64fe50153fc78bfc1ddb28d1cd55bd96f (diff)
downloadpcre2-4ab22b3e0b5ad22f922151b871196467cdd01155.tar.gz
Oversight; forgot to update this for the previous patch.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1043 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/config.h.generic')
-rw-r--r--src/config.h.generic5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.h.generic b/src/config.h.generic
index 4ab845c..d2ed352 100644
--- a/src/config.h.generic
+++ b/src/config.h.generic
@@ -303,6 +303,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 */