2014-08-30 17:41:23 +02:00
|
|
|
/* config.h for CMake builds */
|
|
|
|
|
|
|
|
#cmakedefine HAVE_DIRENT_H 1
|
|
|
|
#cmakedefine HAVE_INTTYPES_H 1
|
|
|
|
#cmakedefine HAVE_STDINT_H 1
|
|
|
|
#cmakedefine HAVE_STRERROR 1
|
|
|
|
#cmakedefine HAVE_SYS_STAT_H 1
|
|
|
|
#cmakedefine HAVE_SYS_TYPES_H 1
|
|
|
|
#cmakedefine HAVE_UNISTD_H 1
|
|
|
|
#cmakedefine HAVE_WINDOWS_H 1
|
|
|
|
|
|
|
|
#cmakedefine HAVE_BCOPY 1
|
|
|
|
#cmakedefine HAVE_MEMMOVE 1
|
|
|
|
|
|
|
|
#cmakedefine PCRE2_STATIC 1
|
|
|
|
|
2014-09-19 19:53:33 +02:00
|
|
|
#cmakedefine SUPPORT_PCRE2_8 1
|
|
|
|
#cmakedefine SUPPORT_PCRE2_16 1
|
|
|
|
#cmakedefine SUPPORT_PCRE2_32 1
|
2015-04-24 13:14:47 +02:00
|
|
|
#cmakedefine PCRE2_DEBUG 1
|
2014-08-30 17:41:23 +02:00
|
|
|
|
|
|
|
#cmakedefine SUPPORT_LIBBZ2 1
|
|
|
|
#cmakedefine SUPPORT_LIBEDIT 1
|
|
|
|
#cmakedefine SUPPORT_LIBREADLINE 1
|
|
|
|
#cmakedefine SUPPORT_LIBZ 1
|
|
|
|
|
|
|
|
#cmakedefine SUPPORT_JIT 1
|
|
|
|
#cmakedefine SUPPORT_PCRE2GREP_JIT 1
|
2014-09-19 09:43:39 +02:00
|
|
|
#cmakedefine SUPPORT_UNICODE 1
|
2014-08-30 17:41:23 +02:00
|
|
|
#cmakedefine SUPPORT_VALGRIND 1
|
|
|
|
|
|
|
|
#cmakedefine BSR_ANYCRLF 1
|
|
|
|
#cmakedefine EBCDIC 1
|
|
|
|
#cmakedefine EBCDIC_NL25 1
|
|
|
|
#cmakedefine HEAP_MATCH_RECURSE 1
|
2015-10-17 15:50:56 +02:00
|
|
|
#cmakedefine NEVER_BACKSLASH_C 1
|
2014-08-30 17:41:23 +02:00
|
|
|
|
|
|
|
#define LINK_SIZE @PCRE2_LINK_SIZE@
|
|
|
|
#define MATCH_LIMIT @PCRE2_MATCH_LIMIT@
|
2017-03-15 10:37:46 +01:00
|
|
|
#define MATCH_LIMIT_DEPTH @PCRE2_MATCH_LIMIT_DEPTH@
|
2014-08-30 17:41:23 +02:00
|
|
|
#define NEWLINE_DEFAULT @NEWLINE_DEFAULT@
|
|
|
|
#define PARENS_NEST_LIMIT @PCRE2_PARENS_NEST_LIMIT@
|
|
|
|
#define PCRE2GREP_BUFSIZE @PCRE2GREP_BUFSIZE@
|
2016-10-11 18:40:09 +02:00
|
|
|
#define PCRE2GREP_MAX_BUFSIZE @PCRE2GREP_MAX_BUFSIZE@
|
2014-08-30 17:41:23 +02:00
|
|
|
|
|
|
|
#define MAX_NAME_SIZE 32
|
|
|
|
#define MAX_NAME_COUNT 10000
|
|
|
|
|
|
|
|
/* end config.h for CMake builds */
|