summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz/config.h.in
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2018-06-06 08:04:44 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2018-06-06 08:04:44 +0000
commit8d6b87665f67bbd5683c583aaa2896db3278a74d (patch)
treeecb090d0f12afdc68b5801426f1ffede5fdb1792 /Build/source/libs/harfbuzz/config.h.in
parentb00780a7898db7f92c00d485fa1524805cd3e070 (diff)
harfbuzz 1.8.0
git-svn-id: svn://tug.org/texlive/trunk@47940 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/config.h.in')
-rw-r--r--Build/source/libs/harfbuzz/config.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/libs/harfbuzz/config.h.in b/Build/source/libs/harfbuzz/config.h.in
index e99c6d9e544..3b6525f7018 100644
--- a/Build/source/libs/harfbuzz/config.h.in
+++ b/Build/source/libs/harfbuzz/config.h.in
@@ -18,6 +18,10 @@
/* define if the compiler supports basic C++11 syntax */
#undef HAVE_CXX11
+/* Define to 1 if you have the declaration of `round', and to 0 if you don't.
+ */
+#undef HAVE_DECL_ROUND
+
/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE
@@ -63,6 +67,12 @@
/* Use POSIX threads */
#undef HAVE_PTHREAD
+/* Define to 1 if you have the `round' function. */
+#undef HAVE_ROUND
+
+/* Define to 1 if you have the <stdbool.h> header file. */
+#undef HAVE_STDBOOL_H
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H