/[pcre]/code/trunk/config-cmake.h.in
ViewVC logotype

Contents of /code/trunk/config-cmake.h.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 685 - (hide annotations) (download)
Tue Sep 6 15:02:07 2011 UTC (20 months, 2 weeks ago) by ph10
File size: 1181 byte(s)
Update pcregrep to use JIT by default with options to disable.

1 ph10 137 /* config.h for CMake builds */
2    
3 ph10 303 #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
8 ph10 137
9 ph10 303 #cmakedefine HAVE_TYPE_TRAITS_H 1
10     #cmakedefine HAVE_BITS_TYPE_TRAITS_H 1
11 ph10 137
12 ph10 303 #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
18 ph10 144
19 ph10 303 #cmakedefine PCRE_STATIC 1
20 ph10 137
21 ph10 667 #cmakedefine SUPPORT_JIT 1
22 ph10 685 #cmakedefine SUPPORT_PCREGREP_JIT 1
23 ph10 303 #cmakedefine SUPPORT_UTF8 1
24     #cmakedefine SUPPORT_UCP 1
25     #cmakedefine EBCDIC 1
26     #cmakedefine BSR_ANYCRLF 1
27     #cmakedefine NO_RECURSE 1
28 ph10 291
29 ph10 303 #cmakedefine HAVE_LONG_LONG 1
30     #cmakedefine HAVE_UNSIGNED_LONG_LONG 1
31    
32     #cmakedefine SUPPORT_LIBBZ2 1
33     #cmakedefine SUPPORT_LIBZ 1
34     #cmakedefine SUPPORT_LIBREADLINE 1
35    
36 ph10 137 #define NEWLINE @NEWLINE@
37     #define POSIX_MALLOC_THRESHOLD @PCRE_POSIX_MALLOC_THRESHOLD@
38     #define LINK_SIZE @PCRE_LINK_SIZE@
39     #define MATCH_LIMIT @PCRE_MATCH_LIMIT@
40     #define MATCH_LIMIT_RECURSION @PCRE_MATCH_LIMIT_RECURSION@
41 ph10 654 #define PCREGREP_BUFSIZE @PCREGREP_BUFSIZE@
42 ph10 137
43     #define MAX_NAME_SIZE 32
44     #define MAX_NAME_COUNT 10000
45    
46     /* end config.h for CMake builds */

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12