From 455fcc7e13a175722acfd2cca6ab99caa9606a22 Mon Sep 17 00:00:00 2001 From: nigel Date: Sat, 24 Feb 2007 21:40:37 +0000 Subject: Load pcre-5.0 into code/trunk. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@75 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- doc/html/pcre_config.html | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'doc/html/pcre_config.html') 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 @@ pcre_config specification -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.
+

pcre_config man page

+

+Return to the PCRE index page. +

+

+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. +

SYNOPSIS
@@ -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: -

-

   what     A code specifying what information is required
   where    Points to where to put the data
-
-

-

+ The available codes are: -

-

   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)
-
-

-

+ PCRE_CONFIG_UNICODE_PROPERTIES + Availability of Unicode property support + (1=yes 0=no) + The function yields 0 on success or PCRE_ERROR_BADOPTION otherwise.

There is a complete description of the PCRE native API in the pcreapi -page, and a description of the POSIX API in the +page and a description of the POSIX API in the pcreposix page. +

+Return to the PCRE index page. +

-- cgit v1.2.1