beta-0.89.2
[luatex.git] / source / libs / pixman / pixman-src / config.h.in
blobc707dd52c10a48decd56d6d52756c71e2ec2470a
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 FE_DIVBYZERO */
16 #undef HAVE_FEDIVBYZERO
18 /* Whether we have feenableexcept() */
19 #undef HAVE_FEENABLEEXCEPT
21 /* Define to 1 if we have <fenv.h> */
22 #undef HAVE_FENV_H
24 /* Whether the tool chain supports __float128 */
25 #undef HAVE_FLOAT128
27 /* Whether the compiler supports GCC vector extensions */
28 #undef HAVE_GCC_VECTOR_EXTENSIONS
30 /* Define to 1 if you have the `getisax' function. */
31 #undef HAVE_GETISAX
33 /* Whether we have getpagesize() */
34 #undef HAVE_GETPAGESIZE
36 /* Whether we have gettimeofday() */
37 #undef HAVE_GETTIMEOFDAY
39 /* Define to 1 if you have the <inttypes.h> header file. */
40 #undef HAVE_INTTYPES_H
42 /* Define to 1 if you have the `pixman-1' library (-lpixman-1). */
43 #undef HAVE_LIBPIXMAN_1
45 /* Whether we have libpng */
46 #undef HAVE_LIBPNG
48 /* Define to 1 if you have the <memory.h> header file. */
49 #undef HAVE_MEMORY_H
51 /* Whether we have mmap() */
52 #undef HAVE_MMAP
54 /* Whether we have mprotect() */
55 #undef HAVE_MPROTECT
57 /* Whether we have posix_memalign() */
58 #undef HAVE_POSIX_MEMALIGN
60 /* Whether pthreads is supported */
61 #undef HAVE_PTHREADS
63 /* Whether we have sigaction() */
64 #undef HAVE_SIGACTION
66 /* Define to 1 if you have the <stdint.h> header file. */
67 #undef HAVE_STDINT_H
69 /* Define to 1 if you have the <stdlib.h> header file. */
70 #undef HAVE_STDLIB_H
72 /* Define to 1 if you have the <strings.h> header file. */
73 #undef HAVE_STRINGS_H
75 /* Define to 1 if you have the <string.h> header file. */
76 #undef HAVE_STRING_H
78 /* Define to 1 if we have <sys/mman.h> */
79 #undef HAVE_SYS_MMAN_H
81 /* Define to 1 if you have the <sys/stat.h> header file. */
82 #undef HAVE_SYS_STAT_H
84 /* Define to 1 if you have the <sys/types.h> header file. */
85 #undef HAVE_SYS_TYPES_H
87 /* Define to 1 if you have the <unistd.h> header file. */
88 #undef HAVE_UNISTD_H
90 /* Define to the sub-directory where libtool stores uninstalled libraries. */
91 #undef LT_OBJDIR
93 /* Name of package */
94 #undef PACKAGE
96 /* Define to the address where bug reports for this package should be sent. */
97 #undef PACKAGE_BUGREPORT
99 /* Define to the full name of this package. */
100 #undef PACKAGE_NAME
102 /* Define to the full name and version of this package. */
103 #undef PACKAGE_STRING
105 /* Define to the one symbol short name of this package. */
106 #undef PACKAGE_TARNAME
108 /* Define to the home page for this package. */
109 #undef PACKAGE_URL
111 /* Define to the version of this package. */
112 #undef PACKAGE_VERSION
114 /* enable TIMER_BEGIN/TIMER_END macros */
115 #undef PIXMAN_TIMERS
117 /* The size of `long', as computed by sizeof. */
118 #undef SIZEOF_LONG
120 /* Define to 1 if you have the ANSI C header files. */
121 #undef STDC_HEADERS
123 /* The compiler supported TLS storage class */
124 #undef TLS
126 /* Whether the tool chain supports __attribute__((constructor)) */
127 #undef TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR
129 /* use ARM IWMMXT compiler intrinsics */
130 #undef USE_ARM_IWMMXT
132 /* use ARM NEON assembly optimizations */
133 #undef USE_ARM_NEON
135 /* use ARM SIMD assembly optimizations */
136 #undef USE_ARM_SIMD
138 /* use GNU-style inline assembler */
139 #undef USE_GCC_INLINE_ASM
141 /* use Loongson Multimedia Instructions */
142 #undef USE_LOONGSON_MMI
144 /* use MIPS DSPr2 assembly optimizations */
145 #undef USE_MIPS_DSPR2
147 /* use OpenMP in the test suite */
148 #undef USE_OPENMP
150 /* use SSE2 compiler intrinsics */
151 #undef USE_SSE2
153 /* use SSSE3 compiler intrinsics */
154 #undef USE_SSSE3
156 /* use VMX compiler intrinsics */
157 #undef USE_VMX
159 /* use x86 MMX compiler intrinsics */
160 #undef USE_X86_MMX
162 /* Version number of package */
163 #undef VERSION
165 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
166 significant byte first (like Motorola and SPARC, unlike Intel). */
167 #if defined AC_APPLE_UNIVERSAL_BUILD
168 # if defined __BIG_ENDIAN__
169 # define WORDS_BIGENDIAN 1
170 # endif
171 #else
172 # ifndef WORDS_BIGENDIAN
173 # undef WORDS_BIGENDIAN
174 # endif
175 #endif
177 /* Define to `__inline__' or `__inline' if that's what the C compiler
178 calls it, or to nothing if 'inline' is not supported under any name. */
179 #ifndef __cplusplus
180 #undef inline
181 #endif
183 /* Define to sqrt if you do not have the `sqrtf' function. */
184 #undef sqrtf