tre-config.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* lib/tre-config.h. Generated from tre-config.h.in by configure. */
  2. /* tre-config.h.in. This file has all definitions that are needed in
  3. `tre.h'. Note that this file must contain only the bare minimum
  4. of definitions without the TRE_ prefix to avoid conflicts between
  5. definitions here and definitions included from somewhere else. */
  6. /* Define to 1 if you have the <libutf8.h> header file. */
  7. /* #undef HAVE_LIBUTF8_H */
  8. /* Define to 1 if the system has the type `reg_errcode_t'. */
  9. /* #undef HAVE_REG_ERRCODE_T */
  10. /* Define to 1 if you have the <sys/types.h> header file. */
  11. #define HAVE_SYS_TYPES_H 1
  12. /* Define to 1 if you have the <wchar.h> header file. */
  13. #define HAVE_WCHAR_H 1
  14. /* Define if you want to enable approximate matching functionality. */
  15. #define TRE_APPROX 1
  16. /* Define to enable multibyte character set support. */
  17. #define TRE_MULTIBYTE 1
  18. /* Define to the absolute path to the system tre.h */
  19. /* #undef TRE_SYSTEM_REGEX_H_PATH */
  20. /* Define to include the system regex.h from tre.h */
  21. /* #undef TRE_USE_SYSTEM_REGEX_H */
  22. /* Define to enable wide character (wchar_t) support. */
  23. #define TRE_WCHAR 1
  24. /* TRE version string. */
  25. #define TRE_VERSION "0.8.0"
  26. /* TRE version level 1. */
  27. #define TRE_VERSION_1 0
  28. /* TRE version level 2. */
  29. #define TRE_VERSION_2 8
  30. /* TRE version level 3. */
  31. #define TRE_VERSION_3 0