• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Whether we have alarm() */
8 #define HAVE_ALARM 1
9 
10 /* Whether the compiler supports __builtin_clz */
11 #define HAVE_BUILTIN_CLZ /**/
12 
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #define HAVE_DLFCN_H 1
15 
16 /* Whether we have FE_DIVBYZERO */
17 #define HAVE_FEDIVBYZERO 1
18 
19 /* Whether we have feenableexcept() */
20 #define HAVE_FEENABLEEXCEPT 1
21 
22 /* Define to 1 if we have <fenv.h> */
23 #define HAVE_FENV_H 1
24 
25 /* Whether the tool chain supports __float128 */
26 #define HAVE_FLOAT128 /**/
27 
28 /* Whether the compiler supports GCC vector extensions */
29 #define HAVE_GCC_VECTOR_EXTENSIONS /**/
30 
31 /* Define to 1 if you have the `getisax' function. */
32 /* #undef HAVE_GETISAX */
33 
34 /* Whether we have getpagesize() */
35 #define HAVE_GETPAGESIZE 1
36 
37 /* Whether we have gettimeofday() */
38 #define HAVE_GETTIMEOFDAY 1
39 
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #define HAVE_INTTYPES_H 1
42 
43 /* Define to 1 if you have the `pixman-1' library (-lpixman-1). */
44 /* #undef HAVE_LIBPIXMAN_1 */
45 
46 /* Whether we have libpng */
47 #define HAVE_LIBPNG 1
48 
49 /* Define to 1 if you have the <memory.h> header file. */
50 #define HAVE_MEMORY_H 1
51 
52 /* Whether we have mmap() */
53 #define HAVE_MMAP 1
54 
55 /* Whether we have mprotect() */
56 #define HAVE_MPROTECT 1
57 
58 /* Whether we have posix_memalign() */
59 #define HAVE_POSIX_MEMALIGN 1
60 
61 /* Whether pthreads is supported */
62 #define HAVE_PTHREADS /**/
63 
64 /* Whether we have sigaction() */
65 #define HAVE_SIGACTION 1
66 
67 /* Define to 1 if you have the <stdint.h> header file. */
68 #define HAVE_STDINT_H 1
69 
70 /* Define to 1 if you have the <stdlib.h> header file. */
71 #define HAVE_STDLIB_H 1
72 
73 /* Define to 1 if you have the <strings.h> header file. */
74 #define HAVE_STRINGS_H 1
75 
76 /* Define to 1 if you have the <string.h> header file. */
77 #define HAVE_STRING_H 1
78 
79 /* Define to 1 if we have <sys/mman.h> */
80 #define HAVE_SYS_MMAN_H 1
81 
82 /* Define to 1 if you have the <sys/stat.h> header file. */
83 #define HAVE_SYS_STAT_H 1
84 
85 /* Define to 1 if you have the <sys/types.h> header file. */
86 #define HAVE_SYS_TYPES_H 1
87 
88 /* Define to 1 if you have the <unistd.h> header file. */
89 #define HAVE_UNISTD_H 1
90 
91 /* Define to the sub-directory where libtool stores uninstalled libraries. */
92 #define LT_OBJDIR ".libs/"
93 
94 /* Name of package */
95 #define PACKAGE "pixman"
96 
97 /* Define to the address where bug reports for this package should be sent. */
98 #define PACKAGE_BUGREPORT "pixman@lists.freedesktop.org"
99 
100 /* Define to the full name of this package. */
101 #define PACKAGE_NAME "pixman"
102 
103 /* Define to the full name and version of this package. */
104 #define PACKAGE_STRING "pixman 0.34.0"
105 
106 /* Define to the one symbol short name of this package. */
107 #define PACKAGE_TARNAME "pixman"
108 
109 /* Define to the home page for this package. */
110 #define PACKAGE_URL ""
111 
112 /* Define to the version of this package. */
113 #define PACKAGE_VERSION "0.34.0"
114 
115 /* enable TIMER_BEGIN/TIMER_END macros */
116 /* #undef PIXMAN_TIMERS */
117 
118 /* The size of `long', as computed by sizeof. */
119 #define SIZEOF_LONG 8
120 
121 /* Define to 1 if you have the ANSI C header files. */
122 #define STDC_HEADERS 1
123 
124 /* The compiler supported TLS storage class */
125 #define TLS __thread
126 
127 /* Whether the tool chain supports __attribute__((constructor)) */
128 #define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR /**/
129 
130 /* use ARM IWMMXT compiler intrinsics */
131 /* #undef USE_ARM_IWMMXT */
132 
133 /* use ARM NEON assembly optimizations */
134 /* #undef USE_ARM_NEON */
135 
136 /* use ARM SIMD assembly optimizations */
137 /* #undef USE_ARM_SIMD */
138 
139 /* use GNU-style inline assembler */
140 #define USE_GCC_INLINE_ASM 1
141 
142 /* use Loongson Multimedia Instructions */
143 /* #undef USE_LOONGSON_MMI */
144 
145 /* use MIPS DSPr2 assembly optimizations */
146 /* #undef USE_MIPS_DSPR2 */
147 
148 /* use OpenMP in the test suite */
149 #define USE_OPENMP 1
150 
151 /* use SSE2 compiler intrinsics */
152 #define USE_SSE2 1
153 
154 /* use SSSE3 compiler intrinsics */
155 #define USE_SSSE3 1
156 
157 /* use VMX compiler intrinsics */
158 /* #undef USE_VMX */
159 
160 /* use x86 MMX compiler intrinsics */
161 #define USE_X86_MMX 1
162 
163 /* Version number of package */
164 #define VERSION "0.34.0"
165 
166 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
167    significant byte first (like Motorola and SPARC, unlike Intel). */
168 #if defined AC_APPLE_UNIVERSAL_BUILD
169 # if defined __BIG_ENDIAN__
170 #  define WORDS_BIGENDIAN 1
171 # endif
172 #else
173 # ifndef WORDS_BIGENDIAN
174 /* #  undef WORDS_BIGENDIAN */
175 # endif
176 #endif
177 
178 /* Define to `__inline__' or `__inline' if that's what the C compiler
179    calls it, or to nothing if 'inline' is not supported under any name.  */
180 #ifndef __cplusplus
181 /* #undef inline */
182 #endif
183 
184 /* Define to sqrt if you do not have the `sqrtf' function. */
185 /* #undef sqrtf */
186