pixman-config.h revision f766d2f6
1/*
2 * Autogenerated by the Meson build system.
3 * Do not edit, your changes will be lost.
4 */
5
6#pragma once
7
8#define ASM_HAVE_FUNC_DIRECTIVE 1
9
10#define HAVE_ALARM 1
11
12#define HAVE_BUILTIN_CLZ 1
13
14#define HAVE_FEDIVBYZERO 1
15
16#define HAVE_FEENABLEEXCEPT 1
17
18#define HAVE_FENV_H 1
19
20#define HAVE_FLOAT128 1
21
22#define HAVE_GCC_VECTOR_EXTENSIONS 1
23
24#define HAVE_GETPAGESIZE 1
25
26#define HAVE_GETTIMEOFDAY 1
27
28#define HAVE_MMAP 1
29
30#define HAVE_MPROTECT 1
31
32#define HAVE_POSIX_MEMALIGN 1
33
34#define HAVE_PTHREADS 1
35
36#define HAVE_SIGACTION 1
37
38#define HAVE_SYS_MMAN_H 1
39
40#define HAVE_UNISTD_H 1
41
42#define PACKAGE foo
43
44#ifdef _LP64
45#define SIZEOF_LONG 8
46#else
47#define SIZEOF_LONG 4
48#endif
49
50#define TLS __thread
51
52#define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR 1
53
54#define TOOLCHAIN_SUPPORTS_ATTRIBUTE_DESTRUCTOR 1
55
56#define USE_GCC_INLINE_ASM 1
57
58#if 0
59#define USE_SSE2 1
60
61#define USE_SSSE3 1
62
63#define USE_X86_MMX 1
64#endif
65