Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:57:27

0001 /* lib/fribidi-config.h.  Generated from fribidi-config.h.in by configure. */
0002 /* Not copyrighted, in public domain. */
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 /* The size of a `int', as computed by sizeof. */
0018 #define FRIBIDI_SIZEOF_INT 4
0019 
0020 /* Define if fribidi was built with MSVC */
0021 #undef FRIBIDI_BUILT_WITH_MSVC
0022 
0023 #endif /* FRIBIDI_CONFIG_H */