1 /* @configure_input@ */
2 /* Not copyrighted, in public domain. */
3 #ifndef FRIBIDI_CONFIG_H
4 #define FRIBIDI_CONFIG_H
6 #define FRIBIDI "@PACKAGE@"
7 #define FRIBIDI_NAME "@PACKAGE_NAME@"
8 #define FRIBIDI_BUGREPORT "@PACKAGE_BUGREPORT@"
10 #define FRIBIDI_VERSION "@FRIBIDI_VERSION@"
11 #define FRIBIDI_MAJOR_VERSION @FRIBIDI_MAJOR_VERSION@
12 #define FRIBIDI_MINOR_VERSION @FRIBIDI_MINOR_VERSION@
13 #define FRIBIDI_MICRO_VERSION @FRIBIDI_MICRO_VERSION@
14 #define FRIBIDI_INTERFACE_VERSION @FRIBIDI_INTERFACE_VERSION@
15 #define FRIBIDI_INTERFACE_VERSION_STRING "@FRIBIDI_INTERFACE_VERSION@"
17 /* Define to 1 if you want charset conversion codes in the library */
18 #define FRIBIDI_CHARSETS @FRIBIDI_CHARSETS@
20 /* Define to 1 if you want to use glib */
21 #define FRIBIDI_USE_GLIB @FRIBIDI_USE_GLIB@
23 /* The size of a `int', as computed by sizeof. */
24 #define FRIBIDI_SIZEOF_INT @SIZEOF_INT@
26 #endif /* FRIBIDI_CONFIG_H */