config-cmake.h.in 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* config.h for CMake builds */
  2. #cmakedefine HAVE_ATTRIBUTE_UNINITIALIZED 1
  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. #cmakedefine HAVE_BCOPY 1
  12. #cmakedefine HAVE_MEMFD_CREATE 1
  13. #cmakedefine HAVE_MEMMOVE 1
  14. #cmakedefine HAVE_SECURE_GETENV 1
  15. #cmakedefine HAVE_STRERROR 1
  16. #cmakedefine PCRE2_STATIC 1
  17. #cmakedefine SUPPORT_PCRE2_8 1
  18. #cmakedefine SUPPORT_PCRE2_16 1
  19. #cmakedefine SUPPORT_PCRE2_32 1
  20. #cmakedefine PCRE2_DEBUG 1
  21. #cmakedefine DISABLE_PERCENT_ZT 1
  22. #cmakedefine SUPPORT_LIBBZ2 1
  23. #cmakedefine SUPPORT_LIBEDIT 1
  24. #cmakedefine SUPPORT_LIBREADLINE 1
  25. #cmakedefine SUPPORT_LIBZ 1
  26. #cmakedefine SUPPORT_JIT 1
  27. #cmakedefine SLJIT_PROT_EXECUTABLE_ALLOCATOR 1
  28. #cmakedefine SUPPORT_PCRE2GREP_JIT 1
  29. #cmakedefine SUPPORT_PCRE2GREP_CALLOUT 1
  30. #cmakedefine SUPPORT_PCRE2GREP_CALLOUT_FORK 1
  31. #cmakedefine SUPPORT_UNICODE 1
  32. #cmakedefine SUPPORT_VALGRIND 1
  33. #cmakedefine BSR_ANYCRLF 1
  34. #cmakedefine EBCDIC 1
  35. #cmakedefine EBCDIC_NL25 1
  36. #cmakedefine HEAP_MATCH_RECURSE 1
  37. #cmakedefine NEVER_BACKSLASH_C 1
  38. #define LINK_SIZE @PCRE2_LINK_SIZE@
  39. #define HEAP_LIMIT @PCRE2_HEAP_LIMIT@
  40. #define MATCH_LIMIT @PCRE2_MATCH_LIMIT@
  41. #define MATCH_LIMIT_DEPTH @PCRE2_MATCH_LIMIT_DEPTH@
  42. #define NEWLINE_DEFAULT @NEWLINE_DEFAULT@
  43. #define PARENS_NEST_LIMIT @PCRE2_PARENS_NEST_LIMIT@
  44. #define PCRE2GREP_BUFSIZE @PCRE2GREP_BUFSIZE@
  45. #define PCRE2GREP_MAX_BUFSIZE @PCRE2GREP_MAX_BUFSIZE@
  46. #define MAX_NAME_SIZE 32
  47. #define MAX_NAME_COUNT 10000
  48. /* end config.h for CMake builds */