Sat Mar 4 23:24:29 2017 UTC ()
update for pixman 0.34.0


(mrg)
diff -r1.19 -r1.20 xsrc/external/mit/pixman/include/config.h

cvs diff -r1.19 -r1.20 xsrc/external/mit/pixman/include/config.h (expand / switch to unified diff)

--- xsrc/external/mit/pixman/include/config.h 2014/07/12 04:31:43 1.19
+++ xsrc/external/mit/pixman/include/config.h 2017/03/04 23:24:29 1.20
@@ -3,26 +3,29 @@ @@ -3,26 +3,29 @@
3 3
4/* Define if building universal (internal helper macro) */ 4/* Define if building universal (internal helper macro) */
5/* #undef AC_APPLE_UNIVERSAL_BUILD */ 5/* #undef AC_APPLE_UNIVERSAL_BUILD */
6 6
7/* Whether we have alarm() */ 7/* Whether we have alarm() */
8#define HAVE_ALARM 1 8#define HAVE_ALARM 1
9 9
10/* Whether the compiler supports __builtin_clz */ 10/* Whether the compiler supports __builtin_clz */
11#define HAVE_BUILTIN_CLZ 1 11#define HAVE_BUILTIN_CLZ 1
12 12
13/* Define to 1 if you have the <dlfcn.h> header file. */ 13/* Define to 1 if you have the <dlfcn.h> header file. */
14#define HAVE_DLFCN_H 1 14#define HAVE_DLFCN_H 1
15 15
 16/* Whether we have FE_DIVBYZERO */
 17#undef HAVE_FEDIVBYZERO
 18
16/* Whether the tool chain supports __float128 */ 19/* Whether the tool chain supports __float128 */
17#undef HAVE_FLOAT128 20#undef HAVE_FLOAT128
18 21
19/* Define to 1 if you have the `getisax' function. */ 22/* Define to 1 if you have the `getisax' function. */
20/* #undef HAVE_GETISAX */ 23/* #undef HAVE_GETISAX */
21 24
22/* Whether we have getpagesize() */ 25/* Whether we have getpagesize() */
23#define HAVE_GETPAGESIZE 1 26#define HAVE_GETPAGESIZE 1
24 27
25/* Whether we have gettimeofday() */ 28/* Whether we have gettimeofday() */
26#define HAVE_GETTIMEOFDAY 1 29#define HAVE_GETTIMEOFDAY 1
27 30
28/* Define to 1 if you have the <inttypes.h> header file. */ 31/* Define to 1 if you have the <inttypes.h> header file. */
@@ -66,53 +69,52 @@ @@ -66,53 +69,52 @@
66 69
67/* Define to 1 if we have <sys/mman.h> */ 70/* Define to 1 if we have <sys/mman.h> */
68#define HAVE_SYS_MMAN_H 1 71#define HAVE_SYS_MMAN_H 1
69 72
70/* Define to 1 if you have the <sys/stat.h> header file. */ 73/* Define to 1 if you have the <sys/stat.h> header file. */
71#define HAVE_SYS_STAT_H 1 74#define HAVE_SYS_STAT_H 1
72 75
73/* Define to 1 if you have the <sys/types.h> header file. */ 76/* Define to 1 if you have the <sys/types.h> header file. */
74#define HAVE_SYS_TYPES_H 1 77#define HAVE_SYS_TYPES_H 1
75 78
76/* Define to 1 if you have the <unistd.h> header file. */ 79/* Define to 1 if you have the <unistd.h> header file. */
77#define HAVE_UNISTD_H 1 80#define HAVE_UNISTD_H 1
78 81
79/* Define to the sub-directory in which libtool stores uninstalled libraries. 82/* Define to the sub-directory where libtool stores uninstalled libraries. */
80 */ 
81#undef LT_OBJDIR 83#undef LT_OBJDIR
82 84
83/* Name of package */ 85/* Name of package */
84#define PACKAGE "pixman" 86#define PACKAGE "pixman"
85 87
86/* Define to the address where bug reports for this package should be sent. */ 88/* Define to the address where bug reports for this package should be sent. */
87#define PACKAGE_BUGREPORT ""pixman@lists.freedesktop.org"" 89#define PACKAGE_BUGREPORT ""pixman@lists.freedesktop.org""
88 90
89/* Define to the full name of this package. */ 91/* Define to the full name of this package. */
90#define PACKAGE_NAME "pixman" 92#define PACKAGE_NAME "pixman"
91 93
92/* Define to the full name and version of this package. */ 94/* Define to the full name and version of this package. */
93#define PACKAGE_STRING "pixman 0.32.6" 95#define PACKAGE_STRING "pixman 0.34.0"
94 96
95/* Define to the one symbol short name of this package. */ 97/* Define to the one symbol short name of this package. */
96#define PACKAGE_TARNAME "pixman" 98#define PACKAGE_TARNAME "pixman"
97 99
98/* Define to the home page for this package. */ 100/* Define to the home page for this package. */
99#undef PACKAGE_URL 101#undef PACKAGE_URL
100 102
101/* Define to the home page for this package. */ 103/* Define to the home page for this package. */
102#define PACKAGE_URL "" 104#define PACKAGE_URL ""
103 105
104/* Define to the version of this package. */ 106/* Define to the version of this package. */
105#define PACKAGE_VERSION "0.32.6" 107#define PACKAGE_VERSION "0.34.0"
106 108
107/* enable TIMER_BEGIN/TIMER_END macros */ 109/* enable TIMER_BEGIN/TIMER_END macros */
108/* #undef PIXMAN_TIMERS */ 110/* #undef PIXMAN_TIMERS */
109 111
110#if 0 112#if 0
111/* The size of `long', as computed by sizeof. */ 113/* The size of `long', as computed by sizeof. */
112#define SIZEOF_LONG 8 114#define SIZEOF_LONG 8
113#endif 115#endif
114 116
115/* Define to 1 if you have the ANSI C header files. */ 117/* Define to 1 if you have the ANSI C header files. */
116#define STDC_HEADERS 1 118#define STDC_HEADERS 1
117 119
118/* The compiler supported TLS storage class */ 120/* The compiler supported TLS storage class */
@@ -145,27 +147,27 @@ @@ -145,27 +147,27 @@
145/* use SSE2 compiler intrinsics */ 147/* use SSE2 compiler intrinsics */
146/* #undef USE_SSE2 */ 148/* #undef USE_SSE2 */
147 149
148/* use SSSE3 compiler intrinsics */ 150/* use SSSE3 compiler intrinsics */
149/* #undef USE_SSSE3 */ 151/* #undef USE_SSSE3 */
150 152
151/* use VMX compiler intrinsics */ 153/* use VMX compiler intrinsics */
152/* #undef USE_VMX */ 154/* #undef USE_VMX */
153 155
154/* use x86 MMX compiler intrinsics */ 156/* use x86 MMX compiler intrinsics */
155/* #undef USE_X86_MMX */ 157/* #undef USE_X86_MMX */
156 158
157/* Version number of package */ 159/* Version number of package */
158#define VERSION "0.32.6" 160#define VERSION "0.34.0"
159 161
160/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 162/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
161 significant byte first (like Motorola and SPARC, unlike Intel). */ 163 significant byte first (like Motorola and SPARC, unlike Intel). */
162#include <sys/endian.h> 164#include <sys/endian.h>
163#if _BYTE_ORDER == _BIG_ENDIAN 165#if _BYTE_ORDER == _BIG_ENDIAN
164#define WORDS_BIGENDIAN 1 166#define WORDS_BIGENDIAN 1
165#endif 167#endif
166 168
167/* Define to `__inline__' or `__inline' if that's what the C compiler 169/* Define to `__inline__' or `__inline' if that's what the C compiler
168 calls it, or to nothing if 'inline' is not supported under any name. */ 170 calls it, or to nothing if 'inline' is not supported under any name. */
169#ifndef __cplusplus 171#ifndef __cplusplus
170/* #undef inline */ 172/* #undef inline */
171#endif 173#endif