usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / pcre / config-cmake.h.in
bloba93263fa8cc023284578d6250ee4b432117219d4
1 /* config.h for CMake builds */
3 #cmakedefine HAVE_DIRENT_H 1
4 #cmakedefine HAVE_SYS_STAT_H 1
5 #cmakedefine HAVE_SYS_TYPES_H 1
6 #cmakedefine HAVE_UNISTD_H 1
7 #cmakedefine HAVE_WINDOWS_H 1
9 #cmakedefine HAVE_TYPE_TRAITS_H 1
10 #cmakedefine HAVE_BITS_TYPE_TRAITS_H 1
12 #cmakedefine HAVE_BCOPY 1
13 #cmakedefine HAVE_MEMMOVE 1
14 #cmakedefine HAVE_STRERROR 1
15 #cmakedefine HAVE_STRTOLL 1
16 #cmakedefine HAVE_STRTOQ 1
17 #cmakedefine HAVE__STRTOI64 1
19 #cmakedefine PCRE_STATIC 1
21 #cmakedefine SUPPORT_PCRE8 1
22 #cmakedefine SUPPORT_PCRE16 1
23 #cmakedefine SUPPORT_PCRE32 1
24 #cmakedefine SUPPORT_JIT 1
25 #cmakedefine SUPPORT_PCREGREP_JIT 1
26 #cmakedefine SUPPORT_UTF 1
27 #cmakedefine SUPPORT_UCP 1
28 #cmakedefine EBCDIC 1
29 #cmakedefine EBCDIC_NL25 1
30 #cmakedefine BSR_ANYCRLF 1
31 #cmakedefine NO_RECURSE 1
33 #cmakedefine HAVE_LONG_LONG 1
34 #cmakedefine HAVE_UNSIGNED_LONG_LONG 1
36 #cmakedefine SUPPORT_LIBBZ2 1
37 #cmakedefine SUPPORT_LIBZ 1
38 #cmakedefine SUPPORT_LIBEDIT 1
39 #cmakedefine SUPPORT_LIBREADLINE 1
41 #cmakedefine SUPPORT_VALGRIND 1
42 #cmakedefine SUPPORT_GCOV 1
44 #define NEWLINE @NEWLINE@
45 #define POSIX_MALLOC_THRESHOLD @PCRE_POSIX_MALLOC_THRESHOLD@
46 #define LINK_SIZE @PCRE_LINK_SIZE@
47 #define MATCH_LIMIT @PCRE_MATCH_LIMIT@
48 #define MATCH_LIMIT_RECURSION @PCRE_MATCH_LIMIT_RECURSION@
49 #define PCREGREP_BUFSIZE @PCREGREP_BUFSIZE@
51 #define MAX_NAME_SIZE 32
52 #define MAX_NAME_COUNT 10000
54 /* end config.h for CMake builds */