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() */
9 /* Whether the compiler supports __builtin_clz */
10 #undef HAVE_BUILTIN_CLZ
12 /* Define to 1 if you have the <dlfcn.h> header file. */
15 /* Whether we have feenableexcept() */
16 #undef HAVE_FEENABLEEXCEPT
18 /* Define to 1 if we have <fenv.h> */
21 /* Whether the tool chain supports __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. */
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 */
45 /* Define to 1 if you have the <memory.h> header file. */
48 /* Whether we have mmap() */
51 /* Whether we have mprotect() */
54 /* Whether we have posix_memalign() */
55 #undef HAVE_POSIX_MEMALIGN
57 /* Whether pthreads is supported */
60 /* Whether we have sigaction() */
63 /* Define to 1 if you have the <stdint.h> header file. */
66 /* Define to 1 if you have the <stdlib.h> header file. */
69 /* Define to 1 if you have the <strings.h> header file. */
72 /* Define to 1 if you have the <string.h> header file. */
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. */
87 /* Define to the sub-directory in which libtool stores uninstalled libraries.
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. */
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. */
109 /* Define to the version of this package. */
110 #undef PACKAGE_VERSION
112 /* enable TIMER_BEGIN/TIMER_END macros */
115 /* The size of `long', as computed by sizeof. */
118 /* Define to 1 if you have the ANSI C header files. */
121 /* The compiler supported TLS storage class */
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 */
133 /* use ARM SIMD assembly optimizations */
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 */
148 /* use SSE2 compiler intrinsics */
151 /* use SSSE3 compiler intrinsics */
154 /* use VMX compiler intrinsics */
157 /* use x86 MMX compiler intrinsics */
160 /* Version number of package */
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
170 # ifndef WORDS_BIGENDIAN
171 # undef WORDS_BIGENDIAN
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. */
181 /* Define to sqrt if you do not have the `sqrtf' function. */