2014-05-08 23:44:12 +02:00
|
|
|
#ifndef FRIBIDI_CONFIG_H
|
|
|
|
#define FRIBIDI_CONFIG_H
|
|
|
|
|
|
|
|
#define FRIBIDI "fribidi"
|
|
|
|
#define FRIBIDI_NAME "GNU FriBidi"
|
|
|
|
#define FRIBIDI_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=fribidi"
|
|
|
|
|
|
|
|
#define FRIBIDI_VERSION "0.19.6"
|
|
|
|
#define FRIBIDI_MAJOR_VERSION 0
|
|
|
|
#define FRIBIDI_MINOR_VERSION 19
|
|
|
|
#define FRIBIDI_MICRO_VERSION 6
|
|
|
|
#define FRIBIDI_INTERFACE_VERSION 3
|
|
|
|
#define FRIBIDI_INTERFACE_VERSION_STRING "3"
|
|
|
|
|
|
|
|
#define FRIBIDI_CHARSETS 0
|
|
|
|
#define FRIBIDI_USE_GLIB 0
|
|
|
|
#define FRIBIDI_SIZEOF_INT 4
|
2015-01-20 02:12:10 +01:00
|
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
#define USE_SIMPLE_MALLOC 1
|
2014-05-08 23:44:12 +02:00
|
|
|
|
|
|
|
#define HAVE_STRINGIZE 1
|
|
|
|
#endif
|