summaryrefslogtreecommitdiff
path: root/doc/html/pcre_config.html
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:40:37 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:40:37 +0000
commit455fcc7e13a175722acfd2cca6ab99caa9606a22 (patch)
tree6561516fd308ce5b1b077797ad2f508701014cc6 /doc/html/pcre_config.html
parent568064fe47fac0c7caffc684e6ea227ad8127b70 (diff)
downloadpcre-455fcc7e13a175722acfd2cca6ab99caa9606a22.tar.gz
Load pcre-5.0 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@75 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/html/pcre_config.html')
-rw-r--r--doc/html/pcre_config.html32
1 files changed, 18 insertions, 14 deletions
diff --git a/doc/html/pcre_config.html b/doc/html/pcre_config.html
index 3328b79..8d8cc60 100644
--- a/doc/html/pcre_config.html
+++ b/doc/html/pcre_config.html
@@ -3,9 +3,15 @@
<title>pcre_config specification</title>
</head>
<body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
-This HTML document has been generated automatically from the original man page.
-If there is any nonsense in it, please consult the man page, in case the
-conversion went wrong.<br>
+<h1>pcre_config man page</h1>
+<p>
+Return to the <a href="index.html">PCRE index page</a>.
+</p>
+<p>
+This page is part of the PCRE HTML documentation. It was generated automatically
+from the original man page. If there is any nonsense in it, please consult the
+man page, in case the conversion went wrong.
+<br>
<br><b>
SYNOPSIS
</b><br>
@@ -22,17 +28,11 @@ DESCRIPTION
This function makes it possible for a client program to find out which optional
features are available in the version of the PCRE library it is using. Its
arguments are as follows:
-</P>
-<P>
<pre>
<i>what</i> A code specifying what information is required
<i>where</i> Points to where to put the data
-</PRE>
-</P>
-<P>
+</pre>
The available codes are:
-</P>
-<P>
<pre>
PCRE_CONFIG_LINK_SIZE Internal link size: 2, 3, or 4
PCRE_CONFIG_MATCH_LIMIT Internal resource limit
@@ -43,14 +43,18 @@ The available codes are:
the POSIX API
PCRE_CONFIG_STACKRECURSE Recursion implementation (1=stack 0=heap)
PCRE_CONFIG_UTF8 Availability of UTF-8 support (1=yes 0=no)
-</PRE>
-</P>
-<P>
+ PCRE_CONFIG_UNICODE_PROPERTIES
+ Availability of Unicode property support
+ (1=yes 0=no)
+</pre>
The function yields 0 on success or PCRE_ERROR_BADOPTION otherwise.
</P>
<P>
There is a complete description of the PCRE native API in the
<a href="pcreapi.html"><b>pcreapi</b></a>
-page, and a description of the POSIX API in the
+page and a description of the POSIX API in the
<a href="pcreposix.html"><b>pcreposix</b></a>
page.
+<p>
+Return to the <a href="index.html">PCRE index page</a>.
+</p>