summaryrefslogtreecommitdiff
path: root/lib/pixman/config.h.in
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-03 18:30:05 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-03 18:30:05 +0000
commit519bd19882b18b3cfcccca5fe8e0e6ab6eb3b937 (patch)
tree1ed8f61276ba41eeaf1ffa509465cd2f767cc3aa /lib/pixman/config.h.in
parent9b631ded21a25e9a701bb5c1be5a29597ce2e3c9 (diff)
Update to pixman 0.18.4.
Tweak build to use libpthread-stubs for TLS emulation instead of forcing every application using pixman to use -pthread. Tested by jasper@ and landry@ on a bulk ports build.
Diffstat (limited to 'lib/pixman/config.h.in')
-rw-r--r--lib/pixman/config.h.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/pixman/config.h.in b/lib/pixman/config.h.in
index 283eb1a1b..6277b106c 100644
--- a/lib/pixman/config.h.in
+++ b/lib/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
@@ -60,13 +63,19 @@
/* enable TIMER_BEGIN/TIMER_END macros */
#undef PIXMAN_TIMERS
+/* The size of `long', as computed by sizeof. */
+#undef SIZEOF_LONG
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* use ARM NEON compiler intrinsics */
+/* Whether the tool chain supports __thread */
+#undef TOOLCHAIN_SUPPORTS__THREAD
+
+/* use ARM NEON assembly optimizations */
#undef USE_ARM_NEON
-/* use ARM SIMD compiler intrinsics */
+/* use ARM SIMD assembly optimizations */
#undef USE_ARM_SIMD
/* use GNU-style inline assembler */