Home | History | Annotate | Download | only in dist2
      1 /* config.h for CMake builds */
      2 
      3 #cmakedefine HAVE_DIRENT_H 1
      4 #cmakedefine HAVE_INTTYPES_H 1
      5 #cmakedefine HAVE_STDINT_H 1
      6 #cmakedefine HAVE_STRERROR 1
      7 #cmakedefine HAVE_SYS_STAT_H 1
      8 #cmakedefine HAVE_SYS_TYPES_H 1
      9 #cmakedefine HAVE_UNISTD_H 1
     10 #cmakedefine HAVE_WINDOWS_H 1
     11 
     12 #cmakedefine HAVE_BCOPY 1
     13 #cmakedefine HAVE_MEMMOVE 1
     14 
     15 #cmakedefine PCRE2_STATIC 1
     16 
     17 #cmakedefine SUPPORT_PCRE2_8 1
     18 #cmakedefine SUPPORT_PCRE2_16 1
     19 #cmakedefine SUPPORT_PCRE2_32 1
     20 #cmakedefine PCRE2_DEBUG 1
     21 
     22 #cmakedefine SUPPORT_LIBBZ2 1
     23 #cmakedefine SUPPORT_LIBEDIT 1
     24 #cmakedefine SUPPORT_LIBREADLINE 1
     25 #cmakedefine SUPPORT_LIBZ 1
     26 
     27 #cmakedefine SUPPORT_JIT 1
     28 #cmakedefine SUPPORT_PCRE2GREP_JIT 1
     29 #cmakedefine SUPPORT_UNICODE 1
     30 #cmakedefine SUPPORT_VALGRIND 1
     31 
     32 #cmakedefine BSR_ANYCRLF 1
     33 #cmakedefine EBCDIC 1
     34 #cmakedefine EBCDIC_NL25 1
     35 #cmakedefine HEAP_MATCH_RECURSE 1
     36 #cmakedefine NEVER_BACKSLASH_C 1
     37 
     38 #define LINK_SIZE		@PCRE2_LINK_SIZE@
     39 #define MATCH_LIMIT		@PCRE2_MATCH_LIMIT@
     40 #define MATCH_LIMIT_RECURSION	@PCRE2_MATCH_LIMIT_RECURSION@
     41 #define NEWLINE_DEFAULT         @NEWLINE_DEFAULT@
     42 #define PARENS_NEST_LIMIT       @PCRE2_PARENS_NEST_LIMIT@
     43 #define PCRE2GREP_BUFSIZE       @PCRE2GREP_BUFSIZE@
     44 
     45 #define MAX_NAME_SIZE	32
     46 #define MAX_NAME_COUNT	10000
     47 
     48 /* end config.h for CMake builds */
     49