summaryrefslogtreecommitdiff
path: root/src/config.h.generic
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-10-14 15:16:39 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-10-14 15:16:39 +0000
commita4cea56ad7fa11d4ec9d2f25a9719f37ae68a144 (patch)
tree1e07ec33a11a2336c61af9d9eed0832f8fc22e70 /src/config.h.generic
parent2c46693fd3edf0c84061bee95db72eb3b8fb0ccf (diff)
downloadpcre2-a4cea56ad7fa11d4ec9d2f25a9719f37ae68a144.tar.gz
Note in config.h that SUPPORT_PCRE2GREP_JIT needs SUPPORT_JIT in order to be
effective. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@566 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/config.h.generic')
-rw-r--r--src/config.h.generic3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h.generic b/src/config.h.generic
index 2dc0864..d6b6247 100644
--- a/src/config.h.generic
+++ b/src/config.h.generic
@@ -286,7 +286,8 @@ 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 JIT support in pcre2grep. */
+/* 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 */
/* Define to any value to enable the 16 bit PCRE2 library. */