Revision: 1043
http://www.exim.org/viewvc/pcre2?view=rev&revision=1043
Author: ph10
Date: 2018-11-17 16:49:28 +0000 (Sat, 17 Nov 2018)
Log Message:
-----------
Oversight; forgot to update this for the previous patch.
Modified Paths:
--------------
code/trunk/src/config.h.generic
Modified: code/trunk/src/config.h.generic
===================================================================
--- code/trunk/src/config.h.generic 2018-11-17 16:45:57 UTC (rev 1042)
+++ code/trunk/src/config.h.generic 2018-11-17 16:49:28 UTC (rev 1043)
@@ -303,6 +303,11 @@
/* 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 */