summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz/config.h.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-01 00:09:02 +0000
committerKarl Berry <karl@freefriends.org>2017-11-01 00:09:02 +0000
commit1678d8502cb714a244fe67ac5acc99901ad471e3 (patch)
tree25993939325d5965a17f1003692c845c5cd390c8 /Build/source/libs/harfbuzz/config.h.in
parentdbd0461bf5d6723d35019ce3bd3a99a4ac1f418f (diff)
harfbuzz 1.6.3 configure: gcc -std=c++11 et al.
git-svn-id: svn://tug.org/texlive/trunk@45663 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/config.h.in')
-rw-r--r--Build/source/libs/harfbuzz/config.h.in19
1 files changed, 8 insertions, 11 deletions
diff --git a/Build/source/libs/harfbuzz/config.h.in b/Build/source/libs/harfbuzz/config.h.in
index 345759d3cd1..d5e621194e8 100644
--- a/Build/source/libs/harfbuzz/config.h.in
+++ b/Build/source/libs/harfbuzz/config.h.in
@@ -39,9 +39,6 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
-/* Define to 1 if you have the <io.h> header file. */
-#undef HAVE_IO_H
-
/* Define to 1 if you have the `isatty' function. */
#undef HAVE_ISATTY
@@ -54,18 +51,15 @@
/* Define to 1 if you have the `mprotect' function. */
#undef HAVE_MPROTECT
+/* Define to 1 if you have the `newlocale' function. */
+#undef HAVE_NEWLOCALE
+
/* Use native OpenType Layout backend */
#undef HAVE_OT
/* Use POSIX threads */
#undef HAVE_PTHREAD
-/* Define to 1 if you have the <sched.h> header file. */
-#undef HAVE_SCHED_H
-
-/* Define to 1 if you have the `sched_yield' function. */
-#undef HAVE_SCHED_YIELD
-
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -78,6 +72,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define to 1 if you have the `strtod_l' function. */
+#undef HAVE_STRTOD_L
+
/* Define to 1 if you have the `sysconf' function. */
#undef HAVE_SYSCONF
@@ -99,8 +96,8 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* Define to 1 if you have the `_setmode' function. */
-#undef HAVE__SETMODE
+/* Define to 1 if you have the <xlocale.h> header file. */
+#undef HAVE_XLOCALE_H
/* Name of package */
#undef PACKAGE