fribidi-config.h 671 B

1234567891011121314151617181920212223
  1. /* fribidi-config.h file generated by Meson */
  2. /* Not copyrighted, in public domain. */
  3. #ifndef FRIBIDI_CONFIG_H
  4. #define FRIBIDI_CONFIG_H
  5. #define FRIBIDI "fribidi"
  6. #define FRIBIDI_NAME "GNU FriBidi"
  7. #define FRIBIDI_BUGREPORT "https://github.com/fribidi/fribidi/issues/new"
  8. #define FRIBIDI_VERSION "1.0.8"
  9. #define FRIBIDI_MAJOR_VERSION 1
  10. #define FRIBIDI_MINOR_VERSION 0
  11. #define FRIBIDI_MICRO_VERSION 8
  12. #define FRIBIDI_INTERFACE_VERSION 4
  13. #define FRIBIDI_INTERFACE_VERSION_STRING "4"
  14. /* The size of a `int', as computed by sizeof. */
  15. #define FRIBIDI_SIZEOF_INT 4
  16. /* Define if fribidi was built with MSVC */
  17. #undef FRIBIDI_BUILT_WITH_MSVC
  18. #endif /* FRIBIDI_CONFIG_H */