From 5200acdbfd74b4eda74180a84ba3c53f170d95f0 Mon Sep 17 00:00:00 2001 From: Youngbok Shin Date: Mon, 22 Aug 2016 11:24:14 +0900 Subject: Imported Upstream version 1.2.7 --- config.h.in | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 35395c3..c4ca473 100644 --- a/config.h.in +++ b/config.h.in @@ -15,12 +15,21 @@ /* Have Core Text backend */ #undef HAVE_CORETEXT +/* Have DirectWrite library */ +#undef HAVE_DIRECTWRITE + /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H +/* Define to 1 if you have the header file. */ +#undef HAVE_DWRITE_H + /* Have simple TrueType Layout backend */ #undef HAVE_FALLBACK +/* Have fontconfig library */ +#undef HAVE_FONTCONFIG + /* Have FreeType 2 library */ #undef HAVE_FREETYPE @@ -39,6 +48,9 @@ /* Have ICU library */ #undef HAVE_ICU +/* Use hb-icu Unicode callbacks */ +#undef HAVE_ICU_BUILTIN + /* Have Intel __sync_* atomic primitives */ #undef HAVE_INTEL_ATOMIC_PRIMITIVES @@ -114,7 +126,8 @@ /* Define to 1 if you have the header file. */ #undef HAVE_WINDOWS_H -/* Define to the sub-directory where libtool stores uninstalled libraries. */ +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ #undef LT_OBJDIR /* Define to the address where bug reports for this package should be sent. */ -- cgit v1.2.3