mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 20:18:22 +08:00
27 lines
759 B
C
27 lines
759 B
C
/* lib/fribidi-config.h. Generated from fribidi-config.h.in by configure. */
|
|
/* Not copyrighted, in public domain. */
|
|
#ifndef FRIBIDI_CONFIG_H
|
|
#define FRIBIDI_CONFIG_H
|
|
|
|
#define FRIBIDI "fribidi"
|
|
#define FRIBIDI_NAME "GNU FriBidi"
|
|
#define FRIBIDI_BUGREPORT "https://github.com/fribidi/fribidi/issues/new"
|
|
|
|
#define FRIBIDI_VERSION "1.0.10"
|
|
#define FRIBIDI_MAJOR_VERSION 1
|
|
#define FRIBIDI_MINOR_VERSION 0
|
|
#define FRIBIDI_MICRO_VERSION 10
|
|
#define FRIBIDI_INTERFACE_VERSION 4
|
|
#define FRIBIDI_INTERFACE_VERSION_STRING "4"
|
|
|
|
/* The size of a `int', as computed by sizeof. */
|
|
#define FRIBIDI_SIZEOF_INT 4
|
|
|
|
/* Define if fribidi was built with MSVC */
|
|
#undef FRIBIDI_BUILT_WITH_MSVC
|
|
|
|
#define HAVE_STRINGIZE 1
|
|
#define FRIBIDI_LIB_STATIC 1
|
|
|
|
#endif /* FRIBIDI_CONFIG_H */
|