linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
config.h
(1858B)
1 /* #undef AC_APPLE_UNIVERSAL_BUILD */
2 #define HAVE_ALARM 1
3 #ifdef HAVE___BUILTIN_CLZ
4 # define HAVE_BUILTIN_CLZ /**/
5 #endif
6 #define HAVE_DLFCN_H 1
7 #define HAVE_FEDIVBYZERO 1
8 /* #undef HAVE_FEENABLEEXCEPT */
9 #define HAVE_FENV_H 1
10 #define HAVE_FLOAT128 /**/
11 #define HAVE_GCC_VECTOR_EXTENSIONS /**/
12 /* #undef HAVE_GETISAX */
13 #define HAVE_GETPAGESIZE 1
14 #define HAVE_GETTIMEOFDAY 1
15 #define HAVE_INTTYPES_H 1
16 /* #undef HAVE_LIBPIXMAN_1 */
17 /* #undef HAVE_LIBPNG */
18 #define HAVE_MEMORY_H 1
19 #define HAVE_MMAP 1
20 #define HAVE_MPROTECT 1
21 #define HAVE_POSIX_MEMALIGN 1
22 #define HAVE_PTHREADS /**/
23 #define HAVE_SIGACTION 1
24 #define HAVE_STDINT_H 1
25 #define HAVE_STDLIB_H 1
26 #define HAVE_STRINGS_H 1
27 #define HAVE_STRING_H 1
28 #define HAVE_SYS_MMAN_H 1
29 #define HAVE_SYS_STAT_H 1
30 #define HAVE_SYS_TYPES_H 1
31 #define HAVE_UNISTD_H 1
32 #define LT_OBJDIR ".libs/"
33 #define PACKAGE "pixman"
34 #define PACKAGE_BUGREPORT "pixman@lists.freedesktop.org"
35 #define PACKAGE_NAME "pixman"
36 #define PACKAGE_STRING "pixman 0.40.0"
37 #define PACKAGE_TARNAME "pixman"
38 #define PACKAGE_URL ""
39 #define PACKAGE_VERSION "0.40.0"
40 /* #undef PIXMAN_GNUPLOT */
41 /* #undef PIXMAN_TIMERS */
42 #define SIZEOF_LONG 8
43 #define STDC_HEADERS 1
44 #ifdef HAVE__THREAD_LOCAL
45 # define TLS _Thread_local
46 #endif
47 #define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR /**/
48 /* #undef USE_ARM_IWMMXT */
49 /* #undef USE_ARM_NEON */
50 /* #undef USE_ARM_SIMD */
51 #define USE_GCC_INLINE_ASM 1
52 /* #undef USE_LOONGSON_MMI */
53 /* #undef USE_MIPS_DSPR2 */
54 /* #undef USE_OPENMP */
55 /* #undef USE_VMX */
56 #define VERSION "0.40.0"
57 #if defined AC_APPLE_UNIVERSAL_BUILD
58 # if defined __BIG_ENDIAN__
59 # define WORDS_BIGENDIAN 1
60 # endif
61 #else
62 # ifndef WORDS_BIGENDIAN
63 /* # undef WORDS_BIGENDIAN */
64 # endif
65 #endif
66 #ifndef __cplusplus
67 /* #undef inline */
68 #endif
69 /* #undef sqrtf */
70
71 #ifdef __x86_64__
72 # define USE_SSE2 1
73 # define USE_SSE3 1
74 # define USE_X86_MMX 1
75 #endif