1 config BR2_PACKAGE_PCRE
4 Perl Compatible Regular Expressions. By default, only the
5 8-bits libpcre is built. To get the 16-bits and/or 32-bits
6 variants libpcre16/libpcre32, use the package sub-options.
12 config BR2_PACKAGE_PCRE_16
15 This option builds the 16-bits pcre library, i.e 'libpcre16'
17 config BR2_PACKAGE_PCRE_32
20 This option builds the 32-bits pcre library, i.e 'libpcre32'
22 config BR2_PACKAGE_PCRE_UTF
23 bool "UTF-8/16/32 support in pcre"
25 This option builds the pcre library with UTF-8/16/32 support
27 config BR2_PACKAGE_PCRE_UCP
28 bool "Unicode properties support in pcre"
29 select BR2_PACKAGE_PCRE_UTF
31 This option builds the pcre library with Unicode properties
32 support (implies UTF-8/16/32 support)'