diff options
Diffstat (limited to 'lib/pixman/config.h.in')
-rw-r--r-- | lib/pixman/config.h.in | 13 |
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 */ |