Module Name:    xsrc
Committed By:   mrg
Date:           Sun May 23 02:23:38 UTC 2010

Modified Files:
        xsrc/external/mit/pixman/include: config.h

Log Message:
regenerate this for pixman 0.18.2


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 xsrc/external/mit/pixman/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/pixman/include/config.h
diff -u xsrc/external/mit/pixman/include/config.h:1.7 xsrc/external/mit/pixman/include/config.h:1.8
--- xsrc/external/mit/pixman/include/config.h:1.7	Sun Jan 10 09:58:32 2010
+++ xsrc/external/mit/pixman/include/config.h	Sun May 23 02:23:38 2010
@@ -19,6 +19,9 @@
 /* Whether we have posix_memalign() */
 #define HAVE_POSIX_MEMALIGN 1
 
+/* Whether pthread_setspecific() is supported */
+/* #undef HAVE_PTHREAD_SETSPECIFIC */
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1
 
@@ -48,58 +51,66 @@
 #define PACKAGE "pixman"
 
 /* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT ""sandm...@daimi.au.dk""
+#define PACKAGE_BUGREPORT ""pix...@lists.freedesktop.org""
 
 /* Define to the full name of this package. */
 #define PACKAGE_NAME "pixman"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "pixman 0.16.2"
+#define PACKAGE_STRING "pixman 0.18.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "pixman"
 
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.16.2"
+#define PACKAGE_VERSION "0.18.2"
 
 /* enable TIMER_BEGIN/TIMER_END macros */
-#define PIXMAN_TIMERS 1
+/* #undef PIXMAN_TIMERS */
+
+/* The size of `long', as computed by sizeof. */
+#define SIZEOF_LONG 8
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
-/* use ARM NEON compiler intrinsics */
+/* Whether the tool chain supports __thread */
+#define 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 */
 #define USE_GCC_INLINE_ASM 1
 
-#if defined(__i386__) || defined(__x86_64__)
 /* use MMX compiler intrinsics */
 #define USE_MMX 1
-#endif
 
-#if defined(__x86_64__)
 /* use SSE2 compiler intrinsics */
 #define USE_SSE2 1
-#endif
 
 /* use VMX compiler intrinsics */
 /* #undef USE_VMX */
 
 /* Version number of package */
-#define VERSION "0.16.2"
+#define VERSION "0.18.2"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */
-/* #undef WORDS_BIGENDIAN */
-
-#include <sys/endian.h>
-#if _BYTE_ORDER == _BIG_ENDIAN
-#define WORDS_BIGENDIAN 1
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+#  define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+/* #  undef WORDS_BIGENDIAN */
+# endif
 #endif
 
 /* Define to `__inline__' or `__inline' if that's what the C compiler

Reply via email to