aboutsummaryrefslogtreecommitdiff
path: root/pixman/config.h.in
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-03-20 10:18:44 +0000
committermarha <marha@users.sourceforge.net>2010-03-20 10:18:44 +0000
commit501c558c841fc5bc1a67e6dc8d33c8605276f504 (patch)
treed5236b63a9d3dd1df355e5374366f88b8f7e5452 /pixman/config.h.in
parent1bee0ef6e6bd055ba9083c1b3863549b8a9093cc (diff)
downloadvcxsrv-501c558c841fc5bc1a67e6dc8d33c8605276f504.tar.gz
vcxsrv-501c558c841fc5bc1a67e6dc8d33c8605276f504.tar.bz2
vcxsrv-501c558c841fc5bc1a67e6dc8d33c8605276f504.zip
Updated to pixman-0.17.12
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