summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz/config.h.in
diff options
context:
space:
mode:
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