aboutsummaryrefslogtreecommitdiff
path: root/pixman/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'pixman/config.h.in')
-rw-r--r--pixman/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/pixman/config.h.in b/pixman/config.h.in
index 08b0b46da..945735d1b 100644
--- a/pixman/config.h.in
+++ b/pixman/config.h.in
@@ -18,6 +18,9 @@
/* Whether we have posix_memalign() */
#undef HAVE_POSIX_MEMALIGN
+/* Whether pthread_setspecific() is supported */
+#undef HAVE_PTHREAD_SETSPECIFIC
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -58,6 +61,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@@ -70,6 +76,9 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Whether the tool chain supports __thread */
+#undef TOOLCHAIN_SUPPORTS__THREAD
+
/* use ARM NEON assembly optimizations */
#undef USE_ARM_NEON