Annotation of embedaddon/pcre/config-cmake.h.in, revision 1.1.1.5

1.1       misho       1: /* config.h for CMake builds */
                      2: 
                      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
1.1.1.5 ! misho       8: #cmakedefine HAVE_STDINT_H 1                                                   
        !             9: #cmakedefine HAVE_INTTYPES_H 1    
1.1       misho      10: 
                     11: #cmakedefine HAVE_TYPE_TRAITS_H 1
                     12: #cmakedefine HAVE_BITS_TYPE_TRAITS_H 1
                     13: 
                     14: #cmakedefine HAVE_BCOPY 1
                     15: #cmakedefine HAVE_MEMMOVE 1
                     16: #cmakedefine HAVE_STRERROR 1
                     17: #cmakedefine HAVE_STRTOLL 1
                     18: #cmakedefine HAVE_STRTOQ 1
                     19: #cmakedefine HAVE__STRTOI64 1
                     20: 
                     21: #cmakedefine PCRE_STATIC 1
                     22: 
1.1.1.2   misho      23: #cmakedefine SUPPORT_PCRE8 1
                     24: #cmakedefine SUPPORT_PCRE16 1
1.1.1.4   misho      25: #cmakedefine SUPPORT_PCRE32 1
1.1       misho      26: #cmakedefine SUPPORT_JIT 1
                     27: #cmakedefine SUPPORT_PCREGREP_JIT 1
1.1.1.2   misho      28: #cmakedefine SUPPORT_UTF 1
1.1       misho      29: #cmakedefine SUPPORT_UCP 1
                     30: #cmakedefine EBCDIC 1
1.1.1.4   misho      31: #cmakedefine EBCDIC_NL25 1
1.1       misho      32: #cmakedefine BSR_ANYCRLF 1
                     33: #cmakedefine NO_RECURSE 1
                     34: 
                     35: #cmakedefine HAVE_LONG_LONG 1
                     36: #cmakedefine HAVE_UNSIGNED_LONG_LONG 1
                     37: 
                     38: #cmakedefine SUPPORT_LIBBZ2 1
                     39: #cmakedefine SUPPORT_LIBZ 1
1.1.1.3   misho      40: #cmakedefine SUPPORT_LIBEDIT 1
1.1       misho      41: #cmakedefine SUPPORT_LIBREADLINE 1
                     42: 
1.1.1.4   misho      43: #cmakedefine SUPPORT_VALGRIND 1
                     44: #cmakedefine SUPPORT_GCOV 1
                     45: 
1.1       misho      46: #define NEWLINE                        @NEWLINE@
                     47: #define POSIX_MALLOC_THRESHOLD @PCRE_POSIX_MALLOC_THRESHOLD@
                     48: #define LINK_SIZE              @PCRE_LINK_SIZE@
1.1.1.5 ! misho      49: #define PARENS_NEST_LIMIT       @PCRE_PARENS_NEST_LIMIT@
1.1       misho      50: #define MATCH_LIMIT            @PCRE_MATCH_LIMIT@
                     51: #define MATCH_LIMIT_RECURSION  @PCRE_MATCH_LIMIT_RECURSION@
                     52: #define PCREGREP_BUFSIZE        @PCREGREP_BUFSIZE@
                     53: 
                     54: #define MAX_NAME_SIZE  32
                     55: #define MAX_NAME_COUNT 10000
                     56: 
                     57: /* end config.h for CMake builds */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>