Annotation of win32/pcre/config.h, revision 1.3
1.2 misha 1: /* config.h for CMake builds */
2:
3: /* #undef HAVE_DIRENT_H */
4: #define HAVE_SYS_STAT_H 1
5: #define HAVE_SYS_TYPES_H 1
6: /* #undef HAVE_UNISTD_H */
7: #define HAVE_WINDOWS_H 1
8:
9: /* #undef HAVE_TYPE_TRAITS_H */
10: /* #undef HAVE_BITS_TYPE_TRAITS_H */
11:
12: /* #undef HAVE_BCOPY */
13: #define HAVE_MEMMOVE 1
14: #define HAVE_STRERROR 1
15: /* #undef HAVE_STRTOLL */
16: /* #undef HAVE_STRTOQ */
17: #define HAVE__STRTOI64 1
18:
19: #define PCRE_STATIC 1
20:
21: #define SUPPORT_PCRE8 1
22: /* #undef SUPPORT_PCRE16 */
23: /* #define SUPPORT_JIT 1 */
24: #define SUPPORT_UTF 1
25: #define SUPPORT_UCP 1
26: /* #undef EBCDIC */
27: /* #undef BSR_ANYCRLF */
28: /* #undef NO_RECURSE */
29:
30: #define HAVE_LONG_LONG 1
31: #define HAVE_UNSIGNED_LONG_LONG 1
32:
33: /* #undef SUPPORT_LIBBZ2 */
34: /* #undef SUPPORT_LIBZ */
35: /* #undef SUPPORT_LIBREADLINE */
36:
37: #define NEWLINE 10
38: #define POSIX_MALLOC_THRESHOLD 10
39: #define LINK_SIZE 2
1.3 ! misha 40: #define MATCH_LIMIT 10000000
! 41: #define MATCH_LIMIT_RECURSION 10000
1.2 misha 42: #define PCREGREP_BUFSIZE 20480
43:
44: #define MAX_NAME_SIZE 32
45: #define MAX_NAME_COUNT 10000
46:
47: /* end config.h for CMake builds */
E-mail: