File indexing completed on 2025-01-18 09:57:27
0001
0002
0003 #ifndef FRIBIDI_CONFIG_H
0004 #define FRIBIDI_CONFIG_H
0005
0006 #define FRIBIDI "fribidi"
0007 #define FRIBIDI_NAME "GNU FriBidi"
0008 #define FRIBIDI_BUGREPORT "https://github.com/fribidi/fribidi/issues/new"
0009
0010 #define FRIBIDI_VERSION "1.0.12"
0011 #define FRIBIDI_MAJOR_VERSION 1
0012 #define FRIBIDI_MINOR_VERSION 0
0013 #define FRIBIDI_MICRO_VERSION 12
0014 #define FRIBIDI_INTERFACE_VERSION 4
0015 #define FRIBIDI_INTERFACE_VERSION_STRING "4"
0016
0017
0018 #define FRIBIDI_SIZEOF_INT 4
0019
0020
0021 #undef FRIBIDI_BUILT_WITH_MSVC
0022
0023 #endif