new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / external / pcre2-10.32 / config-cmake.h.in
1 /* config.h for CMake builds */
2
3 #cmakedefine HAVE_DIRENT_H 1
4 #cmakedefine HAVE_INTTYPES_H 1    
5 #cmakedefine HAVE_STDINT_H 1                                                   
6 #cmakedefine HAVE_STRERROR 1
7 #cmakedefine HAVE_SYS_STAT_H 1
8 #cmakedefine HAVE_SYS_TYPES_H 1
9 #cmakedefine HAVE_UNISTD_H 1
10 #cmakedefine HAVE_WINDOWS_H 1
11
12 #cmakedefine HAVE_BCOPY 1
13 #cmakedefine HAVE_MEMMOVE 1
14
15 #cmakedefine PCRE2_STATIC 1
16
17 #cmakedefine SUPPORT_PCRE2_8 1
18 #cmakedefine SUPPORT_PCRE2_16 1
19 #cmakedefine SUPPORT_PCRE2_32 1
20 #cmakedefine PCRE2_DEBUG 1
21
22 #cmakedefine SUPPORT_LIBBZ2 1
23 #cmakedefine SUPPORT_LIBEDIT 1
24 #cmakedefine SUPPORT_LIBREADLINE 1
25 #cmakedefine SUPPORT_LIBZ 1
26
27 #cmakedefine SUPPORT_JIT 1
28 #cmakedefine SLJIT_PROT_EXECUTABLE_ALLOCATOR 1
29 #cmakedefine SUPPORT_PCRE2GREP_JIT 1
30 #cmakedefine SUPPORT_UNICODE 1
31 #cmakedefine SUPPORT_VALGRIND 1
32
33 #cmakedefine BSR_ANYCRLF 1
34 #cmakedefine EBCDIC 1
35 #cmakedefine EBCDIC_NL25 1
36 #cmakedefine HEAP_MATCH_RECURSE 1
37 #cmakedefine NEVER_BACKSLASH_C 1
38
39 #define LINK_SIZE               @PCRE2_LINK_SIZE@
40 #define HEAP_LIMIT              @PCRE2_HEAP_LIMIT@
41 #define MATCH_LIMIT             @PCRE2_MATCH_LIMIT@
42 #define MATCH_LIMIT_DEPTH       @PCRE2_MATCH_LIMIT_DEPTH@
43 #define NEWLINE_DEFAULT         @NEWLINE_DEFAULT@
44 #define PARENS_NEST_LIMIT       @PCRE2_PARENS_NEST_LIMIT@
45 #define PCRE2GREP_BUFSIZE       @PCRE2GREP_BUFSIZE@
46 #define PCRE2GREP_MAX_BUFSIZE   @PCRE2GREP_MAX_BUFSIZE@
47
48 #define MAX_NAME_SIZE   32
49 #define MAX_NAME_COUNT  10000
50
51 /* end config.h for CMake builds */