Set license using %license
[platform/upstream/fribidi.git] / lib / fribidi-config.h.in
1 /* @configure_input@ */
2 /* Not copyrighted, in public domain. */
3 #ifndef FRIBIDI_CONFIG_H
4 #define FRIBIDI_CONFIG_H
5
6 #define FRIBIDI "@PACKAGE@"
7 #define FRIBIDI_NAME "@PACKAGE_NAME@"
8 #define FRIBIDI_BUGREPORT "@PACKAGE_BUGREPORT@"
9
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@"
16
17 /* Define to 1 if you want charset conversion codes in the library */
18 #define FRIBIDI_CHARSETS @FRIBIDI_CHARSETS@
19
20 /* Define to 1 if you want to use glib */
21 #define FRIBIDI_USE_GLIB @FRIBIDI_USE_GLIB@
22
23 /* The size of a `int', as computed by sizeof. */
24 #define FRIBIDI_SIZEOF_INT @SIZEOF_INT@
25
26 #endif /* FRIBIDI_CONFIG_H */