pcre_config (3) Linux Manual Page
PCRE – Perl-compatible regular expressions
Synopsis
#include <pcre.h>
int pcre_config(int what, void *where);
int pcre16_config(int what, void *where);
int pcre32_config(int what, void *where);
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. The arguments are as follows:
pcre_config(), if PCRE_CONFIG_UTF8 or PCRE_CONFIG_UTF32 is passed to pcre16_config(), or if PCRE_CONFIG_UTF8 or PCRE_CONFIG_UTF16 is passed to pcre32_config(). There is a complete description of the PCRE native API in the pcreapi page and a description of the POSIX API in the pcreposix page.
