diff options
author | Loïc Minier <lool@dooz.org> | 2009-04-14 23:42:19 +0200 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-04-14 23:42:19 +0200 |
commit | 57e531b852e2fc3fd9c82fe0617dd34075703f13 (patch) | |
tree | 535b1d3ecc71829e7bb4a7f89ba56f2bc99f98f5 /config.h.in | |
parent | 966f990f0b25352fd4f9c7f9beb844c5d94f9408 (diff) |
Imported Upstream version 1.2.4
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 0f73b26..e732f92 100644 --- a/config.h.in +++ b/config.h.in @@ -35,6 +35,9 @@ /* Define to 1 if you have the `FT_GlyphSlot_Embolden' function. */ #undef HAVE_FT_GLYPHSLOT_EMBOLDEN +/* Define to 1 if you have the `FT_Load_Sfnt_Table' function. */ +#undef HAVE_FT_LOAD_SFNT_TABLE + /* Whether you have gcov */ #undef HAVE_GCOV @@ -47,6 +50,9 @@ /* Define to 1 if you have the <pthread.h> header file. */ #undef HAVE_PTHREAD_H +/* Define to 1 if you have the <signal.h> header file. */ +#undef HAVE_SIGNAL_H + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H |