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