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 FE_DIVBYZERO */
16 #undef HAVE_FEDIVBYZERO
18 /* Whether we have feenableexcept() */
19 #undef HAVE_FEENABLEEXCEPT
21 /* Define to 1 if we have <fenv.h> */
24 /* Whether the tool chain supports __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. */
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 */
48 /* Define to 1 if you have the <memory.h> header file. */
51 /* Whether we have mmap() */
54 /* Whether we have mprotect() */
57 /* Whether we have posix_memalign() */
58 #undef HAVE_POSIX_MEMALIGN
60 /* Whether pthreads is supported */
63 /* Whether we have sigaction() */
66 /* Define to 1 if you have the <stdint.h> header file. */
69 /* Define to 1 if you have the <stdlib.h> header file. */
72 /* Define to 1 if you have the <strings.h> header file. */
75 /* Define to 1 if you have the <string.h> header file. */
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. */
90 /* Define to the sub-directory where libtool stores uninstalled libraries. */
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. */
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. */
111 /* Define to the version of this package. */
112 #undef PACKAGE_VERSION
114 /* enable TIMER_BEGIN/TIMER_END macros */
117 /* The size of `long', as computed by sizeof. */
120 /* Define to 1 if you have the ANSI C header files. */
123 /* The compiler supported TLS storage class */
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 */
135 /* use ARM SIMD assembly optimizations */
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 */
150 /* use SSE2 compiler intrinsics */
153 /* use SSSE3 compiler intrinsics */
156 /* use VMX compiler intrinsics */
159 /* use x86 MMX compiler intrinsics */
162 /* Version number of package */
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
172 # ifndef WORDS_BIGENDIAN
173 # undef WORDS_BIGENDIAN
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. */
183 /* Define to sqrt if you do not have the `sqrtf' function. */