Diff for /embedaddon/pcre/doc/html/pcre-config.html between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.3, 2013/07/22 08:25:57
Line 23  man page, in case the conversion went wrong. Line 23  man page, in case the conversion went wrong.
 <br><a name="SEC1" href="#TOC1">SYNOPSIS</a><br>  <br><a name="SEC1" href="#TOC1">SYNOPSIS</a><br>
 <P>  <P>
 <b>pcre-config  [--prefix] [--exec-prefix] [--version] [--libs]</b>  <b>pcre-config  [--prefix] [--exec-prefix] [--version] [--libs]</b>
<b>[--libs16] [--libs-cpp] [--libs-posix] [--cflags]</b><b>[--libs16] [--libs32] [--libs-cpp] [--libs-posix]</b>
<b>[--cflags-posix]</b><b>[--cflags] [--cflags-posix]</b>
 </P>  </P>
 <br><a name="SEC2" href="#TOC1">DESCRIPTION</a><br>  <br><a name="SEC2" href="#TOC1">DESCRIPTION</a><br>
 <P>  <P>
 <b>pcre-config</b> returns the configuration of the installed PCRE  <b>pcre-config</b> returns the configuration of the installed PCRE
 libraries and the options required to compile a program to use them. Some of  libraries and the options required to compile a program to use them. Some of
the options apply only to the 8-bit or 16-bit libraries, respectively, and arethe options apply only to the 8-bit, or 16-bit, or 32-bit libraries,
 respectively, and are
 not available if only one of those libraries has been built. If an unavailable  not available if only one of those libraries has been built. If an unavailable
 option is encountered, the "usage" information is output.  option is encountered, the "usage" information is output.
 </P>  </P>
Line 62  Writes to the standard output the command line options Line 63  Writes to the standard output the command line options
 with the 16-bit PCRE library (<b>-lpcre16</b> on many systems).  with the 16-bit PCRE library (<b>-lpcre16</b> on many systems).
 </P>  </P>
 <P>  <P>
   <b>--libs32</b>
   Writes to the standard output the command line options required to link
   with the 32-bit PCRE library (<b>-lpcre32</b> on many systems).
   </P>
   <P>
 <b>--libs-cpp</b>  <b>--libs-cpp</b>
 Writes to the standard output the command line options required to link with  Writes to the standard output the command line options required to link with
 PCRE's C++ wrapper library (<b>-lpcrecpp</b> <b>-lpcre</b> on many  PCRE's C++ wrapper library (<b>-lpcrecpp</b> <b>-lpcre</b> on many
Line 96  system. It has been subsequently revised as a generic  Line 102  system. It has been subsequently revised as a generic 
 </P>  </P>
 <br><a name="SEC6" href="#TOC1">REVISION</a><br>  <br><a name="SEC6" href="#TOC1">REVISION</a><br>
 <P>  <P>
Last updated: 01 January 2012Last updated: 24 June 2012
 <br>  <br>
 <p>  <p>
 Return to the <a href="index.html">PCRE index page</a>.  Return to the <a href="index.html">PCRE index page</a>.

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>