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