summaryrefslogtreecommitdiff
path: root/doc/html/pcre_config.html
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2015-12-22 13:37:39 +0000
committerMatthew Vernon <matthew@debian.org>2015-12-22 13:37:39 +0000
commit86ef59c527b0015060b75bf41698f0310bb1ef72 (patch)
tree27cc6788804db5a7fe88b8f08a7e428c4e61a134 /doc/html/pcre_config.html
parent519a17c5e5fa25f6abb42e289fdcd4a5e769ea4b (diff)
parent89fe0c9bb581b5a1608738d68f2520c6426b549b (diff)
Record pcre3 (2:8.38-1) in archive suite sid
Diffstat (limited to 'doc/html/pcre_config.html')
-rw-r--r--doc/html/pcre_config.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/html/pcre_config.html b/doc/html/pcre_config.html
index bcdcdde..72fb9ca 100644
--- a/doc/html/pcre_config.html
+++ b/doc/html/pcre_config.html
@@ -39,8 +39,10 @@ arguments are as follows:
<i>where</i> Points to where to put the data
</pre>
The <i>where</i> argument must point to an integer variable, except for
-PCRE_CONFIG_MATCH_LIMIT and PCRE_CONFIG_MATCH_LIMIT_RECURSION, when it must
-point to an unsigned long integer. The available codes are:
+PCRE_CONFIG_MATCH_LIMIT, PCRE_CONFIG_MATCH_LIMIT_RECURSION, and
+PCRE_CONFIG_PARENS_LIMIT, when it must point to an unsigned long integer,
+and for PCRE_CONFIG_JITTARGET, when it must point to a const char*.
+The available codes are:
<pre>
PCRE_CONFIG_JIT Availability of just-in-time compiler
support (1=yes 0=no)