logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

fribidi-config.h (486B)


  1. #ifndef FRIBIDI_CONFIG_H
  2. #define FRIBIDI_CONFIG_H
  3. #define FRIBIDI "fribidi"
  4. #define FRIBIDI_NAME "GNU FriBidi"
  5. #define FRIBIDI_BUGREPORT "https://github.com/fribidi/fribidi/issues/new"
  6. #define FRIBIDI_VERSION "1.0.11"
  7. #define FRIBIDI_MAJOR_VERSION 1
  8. #define FRIBIDI_MINOR_VERSION 0
  9. #define FRIBIDI_MICRO_VERSION 11
  10. #define FRIBIDI_INTERFACE_VERSION 4
  11. #define FRIBIDI_INTERFACE_VERSION_STRING "4"
  12. #define FRIBIDI_SIZEOF_INT 4
  13. #undef FRIBIDI_BUILT_WITH_MSVC
  14. #endif /* FRIBIDI_CONFIG_H */