| 24 |
<li><a name="TOC9" href="#SEC9">AVOIDING EXCESSIVE STACK USAGE</a> |
<li><a name="TOC9" href="#SEC9">AVOIDING EXCESSIVE STACK USAGE</a> |
| 25 |
<li><a name="TOC10" href="#SEC10">LIMITING PCRE RESOURCE USAGE</a> |
<li><a name="TOC10" href="#SEC10">LIMITING PCRE RESOURCE USAGE</a> |
| 26 |
<li><a name="TOC11" href="#SEC11">USING EBCDIC CODE</a> |
<li><a name="TOC11" href="#SEC11">USING EBCDIC CODE</a> |
| 27 |
|
<li><a name="TOC12" href="#SEC12">SEE ALSO</a> |
| 28 |
</ul> |
</ul> |
| 29 |
<br><a name="SEC1" href="#TOC1">PCRE BUILD-TIME OPTIONS</a><br> |
<br><a name="SEC1" href="#TOC1">PCRE BUILD-TIME OPTIONS</a><br> |
| 30 |
<P> |
<P> |
| 101 |
<pre> |
<pre> |
| 102 |
--enable-newline-is-crlf |
--enable-newline-is-crlf |
| 103 |
</pre> |
</pre> |
| 104 |
to the <b>configure</b> command. Whatever line ending convention is selected |
to the <b>configure</b> command. There is a fourth option, specified by |
| 105 |
when PCRE is built can be overridden when the library functions are called. At |
<pre> |
| 106 |
build time it is conventional to use the standard for your operating system. |
--enable-newline-is-any |
| 107 |
|
</pre> |
| 108 |
|
which causes PCRE to recognize any Unicode newline sequence. |
| 109 |
|
</P> |
| 110 |
|
<P> |
| 111 |
|
Whatever line ending convention is selected when PCRE is built can be |
| 112 |
|
overridden when the library functions are called. At build time it is |
| 113 |
|
conventional to use the standard for your operating system. |
| 114 |
</P> |
</P> |
| 115 |
<br><a name="SEC6" href="#TOC1">BUILDING SHARED AND STATIC LIBRARIES</a><br> |
<br><a name="SEC6" href="#TOC1">BUILDING SHARED AND STATIC LIBRARIES</a><br> |
| 116 |
<P> |
<P> |
| 224 |
</pre> |
</pre> |
| 225 |
to the <b>configure</b> command. |
to the <b>configure</b> command. |
| 226 |
</P> |
</P> |
| 227 |
|
<br><a name="SEC12" href="#TOC1">SEE ALSO</a><br> |
| 228 |
|
<P> |
| 229 |
|
<b>pcreapi</b>(3), <b>pcre_config</b>(3). |
| 230 |
|
</P> |
| 231 |
<P> |
<P> |
| 232 |
Last updated: 06 June 2006 |
Last updated: 30 November 2006 |
| 233 |
<br> |
<br> |
| 234 |
Copyright © 1997-2006 University of Cambridge. |
Copyright © 1997-2006 University of Cambridge. |
| 235 |
<p> |
<p> |