diff options
author | Loïc Minier <lool@dooz.org> | 2009-04-14 23:42:03 +0200 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-04-14 23:42:03 +0200 |
commit | ad0e8874dd2da1eb266b30f3eed30656e83a08f9 (patch) | |
tree | 39db8f0612c2a3c3ed4e6869b2ac2ad7e9354a12 /config.h.in | |
parent | c229d1b285e22de4e9815b4a360baa6e8288f7d2 (diff) |
Imported Upstream version 1.0.0
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 91a2f9f..fb9e764 100644 --- a/config.h.in +++ b/config.h.in @@ -9,6 +9,9 @@ /* FT_Bitmap_Size structure includes y_ppem field */ #undef HAVE_FT_BITMAP_SIZE_Y_PPEM +/* Define to 1 if you have the `FT_GlyphSlot_Embolden' function. */ +#undef HAVE_FT_GLYPHSLOT_EMBOLDEN + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -78,6 +81,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* use MMX compiler intrinsics */ +#undef USE_MMX + /* Version number of package */ #undef VERSION |