1 |
/* config.h for CMake builds */
|
2 |
|
3 |
#cmakedefine HAVE_DIRENT_H
|
4 |
#cmakedefine HAVE_UNISTD_H
|
5 |
#cmakedefine HAVE_SYS_STAT_H
|
6 |
#cmakedefine HAVE_SYS_TYPES_H
|
7 |
#cmakedefine HAVE_TYPE_TRAITS_H
|
8 |
#cmakedefine HAVE_BITS_TYPE_TRAITS_H
|
9 |
|
10 |
#cmakedefine HAVE_BCOPY
|
11 |
#cmakedefine HAVE_MEMMOVE
|
12 |
#cmakedefine HAVE_STRERROR
|
13 |
|
14 |
#cmakedefine PCRE_STATIC
|
15 |
|
16 |
#cmakedefine SUPPORT_UTF8
|
17 |
#cmakedefine SUPPORT_UCP
|
18 |
#cmakedefine EBCDIC
|
19 |
#cmakedefine BSR_ANYCRLF
|
20 |
#cmakedefine NO_RECURSE
|
21 |
|
22 |
#cmakedefine SUPPORT_LIBBZ2
|
23 |
#cmakedefine SUPPORT_LIBZ
|
24 |
#cmakedefine SUPPORT_LIBREADLINE
|
25 |
|
26 |
#define NEWLINE @NEWLINE@
|
27 |
#define POSIX_MALLOC_THRESHOLD @PCRE_POSIX_MALLOC_THRESHOLD@
|
28 |
#define LINK_SIZE @PCRE_LINK_SIZE@
|
29 |
#define MATCH_LIMIT @PCRE_MATCH_LIMIT@
|
30 |
#define MATCH_LIMIT_RECURSION @PCRE_MATCH_LIMIT_RECURSION@
|
31 |
|
32 |
|
33 |
#define MAX_NAME_SIZE 32
|
34 |
#define MAX_NAME_COUNT 10000
|
35 |
|
36 |
/* end config.h for CMake builds */
|