diff options
author | Loïc Minier <lool@dooz.org> | 2009-04-14 23:42:01 +0200 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-04-14 23:42:01 +0200 |
commit | c229d1b285e22de4e9815b4a360baa6e8288f7d2 (patch) | |
tree | 6a716d2570c4216bca956d709860839dc463d990 /config.h.in | |
parent | ca1b557e8866801a5f43fd265be7421f60f54a70 (diff) |
Imported Upstream version 0.9.2
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index cedbee9..91a2f9f 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,12 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H +/* Define to 1 if you have the `FcFini' function. */ +#undef HAVE_FCFINI + +/* FT_Bitmap_Size structure includes y_ppem field */ +#undef HAVE_FT_BITMAP_SIZE_Y_PPEM + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -48,6 +54,9 @@ /* Define to 1 if you have the `vasnprintf' function. */ #undef HAVE_VASNPRINTF +/* Define to 1 if you have the `XrmFinalize' function. */ +#undef HAVE_XRMFINALIZE + /* Name of package */ #undef PACKAGE |