From 501c558c841fc5bc1a67e6dc8d33c8605276f504 Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 20 Mar 2010 10:18:44 +0000 Subject: Updated to pixman-0.17.12 --- pixman/config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pixman/config.h.in') 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 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 -- cgit v1.2.3