Lines Matching +full:- +full:- +full:enable +full:- +full:all
4 /* PCRE2 is written in Standard C, but there are a few non-standard things it
10 config-cmake.in is converted into config.h. If you are going to build PCRE2 "by
13 need them. You must then add -DHAVE_CONFIG_H to all of your compile commands,
16 Alternatively, you can avoid editing by using -D on the compiler command line
17 to set the macro values. In this case, you do not have to set -DHAVE_CONFIG_H,
18 but if you do, default values will be taken from config.h for non-boolean
22 defined (conventionally to 1) for TRUE, and not defined at all for FALSE. All
25 surrounded by #ifndef/#endif lines so that the value can be overridden by -D.
33 value), this is changed so that backslash-R matches only CR, LF, or CRLF.
34 The build-time default can be overridden by the user of PCRE2 at runtime.
44 assumes that all input strings are in EBCDIC. If you do not define this
45 macro, PCRE2 will assume input strings are ASCII or UTF-8/16/32 Unicode. It
47 UTF-8/16/32. */
172 /* Define to the sub-directory where libtool stores uninstalled libraries. */
184 /* The above limit applies to all backtracks, whether or not they are nested.
207 characters, for a variable-length lookbehind assertion. */
210 /* Defining NEVER_BACKSLASH_C locks out the use of \C in all patterns. */
266 /* If you are compiling for a system other than a Unix-like system or
281 /* Define to necessary symbol if this constant uses a non-standard name on
285 /* Define to any non-zero number to enable support for SELinux compatible
290 /* Define to 1 if all of the C89 standard headers exist (not just the ones
295 /* Define to any value to enable differential fuzzing support. */
298 /* Define to any value to enable support for Just-In-Time compiling. */
315 /* Define to any value to enable callout script support in pcre2grep. */
318 /* Define to any value to enable fork support in pcre2grep callout scripts.
323 /* Define to any value to enable JIT support in pcre2grep. Note that this will
327 /* Define to any value to enable the 16 bit PCRE2 library. */
330 /* Define to any value to enable the 32 bit PCRE2 library. */
333 /* Define to any value to enable the 8 bit PCRE2 library. */
336 /* Define to any value to enable support for Unicode and UTF encoding. This
345 /* Enable extensions on AIX, Interix, z/OS. */
349 /* Enable general extensions on macOS. */
353 /* Enable general extensions on Solaris. */
357 /* Enable GNU extensions on systems that have them. */
361 /* Enable X/Open compliant socket functions that do not require linking
362 with -lxnet on HP-UX 11.11. */
372 /* Enable general extensions on NetBSD.
373 Enable NetBSD compatibility extensions on Minix. */
377 /* Enable OpenBSD compatibility extensions on NetBSD.
382 /* Define to 1 if needed for POSIX-compatible behavior. */
386 /* Define to 2 if needed for POSIX-compatible behavior. */
390 /* Enable POSIX-compatible threading on Solaris. */
394 /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
398 /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
402 /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
406 /* Enable extensions specified by C23 Annex F. */
410 /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
414 /* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */
418 /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
422 /* Enable extensions specified by ISO/IEC 24747:2009. */
426 /* Enable extensions on HP NonStop. */
430 /* Enable X/Open extensions. Define to 500 only if necessary
443 /* Define to 1 on platforms where this makes off_t a 64-bit type. */
449 /* Define to 1 on platforms where this makes time_t a 64-bit type. */