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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 144 by ph10, Mon Apr 2 13:32:07 2007 UTC revision 667 by ph10, Mon Aug 22 14:57:32 2011 UTC
# Line 1  Line 1 
1  /* config.h for CMake builds */  /* config.h for CMake builds */
2    
3  #cmakedefine HAVE_DIRENT_H  #cmakedefine HAVE_DIRENT_H 1
4  #cmakedefine HAVE_UNISTD_H  #cmakedefine HAVE_SYS_STAT_H 1
5  #cmakedefine HAVE_SYS_STAT_H  #cmakedefine HAVE_SYS_TYPES_H 1
6  #cmakedefine HAVE_SYS_TYPES_H  #cmakedefine HAVE_UNISTD_H 1
7  #cmakedefine HAVE_TYPE_TRAITS_H  #cmakedefine HAVE_WINDOWS_H 1
8  #cmakedefine HAVE_BITS_TYPE_TRAITS_H  
9    #cmakedefine HAVE_TYPE_TRAITS_H 1
10  #cmakedefine HAVE_BCOPY  #cmakedefine HAVE_BITS_TYPE_TRAITS_H 1
11  #cmakedefine HAVE_MEMMOVE  
12  #cmakedefine HAVE_STRERROR  #cmakedefine HAVE_BCOPY 1
13    #cmakedefine HAVE_MEMMOVE 1
14  #cmakedefine PCRE_STATIC  #cmakedefine HAVE_STRERROR 1
15    #cmakedefine HAVE_STRTOLL 1
16  #cmakedefine SUPPORT_UTF8  #cmakedefine HAVE_STRTOQ 1
17  #cmakedefine SUPPORT_UCP  #cmakedefine HAVE__STRTOI64 1
18  #cmakedefine EBCDIC  
19  #cmakedefine NO_RECURSE  #cmakedefine PCRE_STATIC 1
20    
21    #cmakedefine SUPPORT_JIT 1
22    #cmakedefine SUPPORT_UTF8 1
23    #cmakedefine SUPPORT_UCP 1
24    #cmakedefine EBCDIC 1
25    #cmakedefine BSR_ANYCRLF 1
26    #cmakedefine NO_RECURSE 1
27    
28    #cmakedefine HAVE_LONG_LONG 1
29    #cmakedefine HAVE_UNSIGNED_LONG_LONG 1
30    
31    #cmakedefine SUPPORT_LIBBZ2 1
32    #cmakedefine SUPPORT_LIBZ 1
33    #cmakedefine SUPPORT_LIBREADLINE 1
34    
35  #define NEWLINE                 @NEWLINE@  #define NEWLINE                 @NEWLINE@
36  #define POSIX_MALLOC_THRESHOLD  @PCRE_POSIX_MALLOC_THRESHOLD@  #define POSIX_MALLOC_THRESHOLD  @PCRE_POSIX_MALLOC_THRESHOLD@
37  #define LINK_SIZE               @PCRE_LINK_SIZE@  #define LINK_SIZE               @PCRE_LINK_SIZE@
38  #define MATCH_LIMIT             @PCRE_MATCH_LIMIT@  #define MATCH_LIMIT             @PCRE_MATCH_LIMIT@
39  #define MATCH_LIMIT_RECURSION   @PCRE_MATCH_LIMIT_RECURSION@  #define MATCH_LIMIT_RECURSION   @PCRE_MATCH_LIMIT_RECURSION@
40    #define PCREGREP_BUFSIZE        @PCREGREP_BUFSIZE@
41    
42  #define MAX_NAME_SIZE   32  #define MAX_NAME_SIZE   32
43  #define MAX_NAME_COUNT  10000  #define MAX_NAME_COUNT  10000
 #define MAX_DUPLENGTH   30000  
44    
45  /* end config.h for CMake builds */  /* end config.h for CMake builds */

Legend:
Removed from v.144  
changed lines
  Added in v.667

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12