Annotation of win32/pcre/config.h, revision 1.4
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 */
1.4 ! misha 23: /* #undef SUPPORT_PCRE32 */
! 24: /* #undef SUPPORT_JIT */
! 25: /* #undef SUPPORT_PCREGREP_JIT */
1.2 misha 26: #define SUPPORT_UTF 1
27: #define SUPPORT_UCP 1
28: /* #undef EBCDIC */
1.4 ! misha 29: /* #undef EBCDIC_NL25 */
1.2 misha 30: /* #undef BSR_ANYCRLF */
31: /* #undef NO_RECURSE */
32:
33: #define HAVE_LONG_LONG 1
34: #define HAVE_UNSIGNED_LONG_LONG 1
35:
36: /* #undef SUPPORT_LIBBZ2 */
37: /* #undef SUPPORT_LIBZ */
1.4 ! misha 38: /* #undef SUPPORT_LIBEDIT */
1.2 misha 39: /* #undef SUPPORT_LIBREADLINE */
40:
1.4 ! misha 41: /* #undef SUPPORT_VALGRIND */
! 42: /* #undef SUPPORT_GCOV */
! 43:
1.2 misha 44: #define NEWLINE 10
45: #define POSIX_MALLOC_THRESHOLD 10
46: #define LINK_SIZE 2
1.3 misha 47: #define MATCH_LIMIT 10000000
48: #define MATCH_LIMIT_RECURSION 10000
1.2 misha 49: #define PCREGREP_BUFSIZE 20480
50:
51: #define MAX_NAME_SIZE 32
52: #define MAX_NAME_COUNT 10000
53:
54: /* end config.h for CMake builds */
E-mail: