| 3 |
<title>pcre_config specification</title> |
<title>pcre_config specification</title> |
| 4 |
</head> |
</head> |
| 5 |
<body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB"> |
<body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB"> |
| 6 |
This HTML document has been generated automatically from the original man page. |
<h1>pcre_config man page</h1> |
| 7 |
If there is any nonsense in it, please consult the man page, in case the |
<p> |
| 8 |
conversion went wrong.<br> |
Return to the <a href="index.html">PCRE index page</a>. |
| 9 |
|
</p> |
| 10 |
|
<p> |
| 11 |
|
This page is part of the PCRE HTML documentation. It was generated automatically |
| 12 |
|
from the original man page. If there is any nonsense in it, please consult the |
| 13 |
|
man page, in case the conversion went wrong. |
| 14 |
|
<br> |
| 15 |
<br><b> |
<br><b> |
| 16 |
SYNOPSIS |
SYNOPSIS |
| 17 |
</b><br> |
</b><br> |
| 28 |
This function makes it possible for a client program to find out which optional |
This function makes it possible for a client program to find out which optional |
| 29 |
features are available in the version of the PCRE library it is using. Its |
features are available in the version of the PCRE library it is using. Its |
| 30 |
arguments are as follows: |
arguments are as follows: |
|
</P> |
|
|
<P> |
|
| 31 |
<pre> |
<pre> |
| 32 |
<i>what</i> A code specifying what information is required |
<i>what</i> A code specifying what information is required |
| 33 |
<i>where</i> Points to where to put the data |
<i>where</i> Points to where to put the data |
| 34 |
</PRE> |
</pre> |
|
</P> |
|
|
<P> |
|
| 35 |
The available codes are: |
The available codes are: |
|
</P> |
|
|
<P> |
|
| 36 |
<pre> |
<pre> |
| 37 |
PCRE_CONFIG_LINK_SIZE Internal link size: 2, 3, or 4 |
PCRE_CONFIG_LINK_SIZE Internal link size: 2, 3, or 4 |
| 38 |
PCRE_CONFIG_MATCH_LIMIT Internal resource limit |
PCRE_CONFIG_MATCH_LIMIT Internal resource limit |
| 43 |
the POSIX API |
the POSIX API |
| 44 |
PCRE_CONFIG_STACKRECURSE Recursion implementation (1=stack 0=heap) |
PCRE_CONFIG_STACKRECURSE Recursion implementation (1=stack 0=heap) |
| 45 |
PCRE_CONFIG_UTF8 Availability of UTF-8 support (1=yes 0=no) |
PCRE_CONFIG_UTF8 Availability of UTF-8 support (1=yes 0=no) |
| 46 |
</PRE> |
PCRE_CONFIG_UNICODE_PROPERTIES |
| 47 |
</P> |
Availability of Unicode property support |
| 48 |
<P> |
(1=yes 0=no) |
| 49 |
|
</pre> |
| 50 |
The function yields 0 on success or PCRE_ERROR_BADOPTION otherwise. |
The function yields 0 on success or PCRE_ERROR_BADOPTION otherwise. |
| 51 |
</P> |
</P> |
| 52 |
<P> |
<P> |
| 53 |
There is a complete description of the PCRE native API in the |
There is a complete description of the PCRE native API in the |
| 54 |
<a href="pcreapi.html"><b>pcreapi</b></a> |
<a href="pcreapi.html"><b>pcreapi</b></a> |
| 55 |
page, and a description of the POSIX API in the |
page and a description of the POSIX API in the |
| 56 |
<a href="pcreposix.html"><b>pcreposix</b></a> |
<a href="pcreposix.html"><b>pcreposix</b></a> |
| 57 |
page. |
page. |
| 58 |
|
<p> |
| 59 |
|
Return to the <a href="index.html">PCRE index page</a>. |
| 60 |
|
</p> |