summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2016-08-22 11:24:14 +0900
committerYoungbok Shin <youngb.shin@samsung.com>2016-08-22 11:24:14 +0900
commit5200acdbfd74b4eda74180a84ba3c53f170d95f0 (patch)
tree54583ba7d5a7ced507152dde121fd56264bfcb01 /config.h.in
parente684182ac634596bace621b0e84dfc98d2bc82c5 (diff)
downloadharfbuzz-5200acdbfd74b4eda74180a84ba3c53f170d95f0.tar.gz
harfbuzz-5200acdbfd74b4eda74180a84ba3c53f170d95f0.tar.bz2
harfbuzz-5200acdbfd74b4eda74180a84ba3c53f170d95f0.zip
Imported Upstream version 1.2.7
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in15
1 files changed, 14 insertions, 1 deletions
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 <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
+/* Define to 1 if you have the <dwrite.h> 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 <windows.h> 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. */