diff options
Diffstat (limited to 'lib/pixman/config.h.in')
-rw-r--r-- | lib/pixman/config.h.in | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/lib/pixman/config.h.in b/lib/pixman/config.h.in index 026e5aca6..c06fbaa41 100644 --- a/lib/pixman/config.h.in +++ b/lib/pixman/config.h.in @@ -94,6 +94,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 @@ -106,12 +109,12 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* The compiler supported TLS storage class */ +#undef TLS + /* Whether the tool chain supports __attribute__((constructor)) */ #undef TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR -/* Whether the tool chain supports __thread */ -#undef TOOLCHAIN_SUPPORTS__THREAD - /* use ARM IWMMXT compiler intrinsics */ #undef USE_ARM_IWMMXT @@ -124,6 +127,12 @@ /* use GNU-style inline assembler */ #undef USE_GCC_INLINE_ASM +/* use Loongson Multimedia Instructions */ +#undef USE_LOONGSON_MMI + +/* use MIPS DSPr2 assembly optimizations */ +#undef USE_MIPS_DSPR2 + /* use OpenMP in the test suite */ #undef USE_OPENMP |