mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
ca971bbfd8
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082
27 lines
808 B
C
27 lines
808 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 "http://bugs.freedesktop.org/enter_bug.cgi?product=fribidi"
|
|
|
|
#define FRIBIDI_VERSION "0.19.5"
|
|
#define FRIBIDI_MAJOR_VERSION 0
|
|
#define FRIBIDI_MINOR_VERSION 19
|
|
#define FRIBIDI_MICRO_VERSION 5
|
|
#define FRIBIDI_INTERFACE_VERSION 3
|
|
#define FRIBIDI_INTERFACE_VERSION_STRING "3"
|
|
|
|
/* Define to 1 if you want charset conversion codes in the library */
|
|
#define FRIBIDI_CHARSETS 1
|
|
|
|
/* Define to 1 if you want to use glib */
|
|
#define FRIBIDI_USE_GLIB 0
|
|
|
|
/* The size of a `int', as computed by sizeof. */
|
|
#define FRIBIDI_SIZEOF_INT 4
|
|
|
|
#endif /* FRIBIDI_CONFIG_H */
|