bazel
third_party
pixman
pixman/config.h
Go to the documentation of this file.
1
/*
2
* Copyright 2018 The Cartographer Authors
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
/* Define if building universal (internal helper macro) */
18
/* #undef AC_APPLE_UNIVERSAL_BUILD */
19
20
/* Whether we have alarm() */
21
#define HAVE_ALARM 1
22
23
/* Whether the compiler supports __builtin_clz */
24
#define HAVE_BUILTIN_CLZ
25
26
/* Define to 1 if you have the <dlfcn.h> header file. */
27
#define HAVE_DLFCN_H 1
28
29
/* Whether we have feenableexcept() */
30
#define HAVE_FEENABLEEXCEPT 1
31
32
/* Define to 1 if we have <fenv.h> */
33
#define HAVE_FENV_H 1
34
35
/* Whether the tool chain supports __float128 */
36
#define HAVE_FLOAT128
37
38
/* Define to 1 if you have the `getisax' function. */
39
/* #undef HAVE_GETISAX */
40
41
/* Whether we have getpagesize() */
42
#define HAVE_GETPAGESIZE 1
43
44
/* Whether we have gettimeofday() */
45
#define HAVE_GETTIMEOFDAY 1
46
47
/* Define to 1 if you have the <inttypes.h> header file. */
48
#define HAVE_INTTYPES_H 1
49
50
/* Define to 1 if you have the `pixman-1' library (-lpixman-1). */
51
/* #undef HAVE_LIBPIXMAN_1 */
52
53
/* Whether we have libpng */
54
#define HAVE_LIBPNG 1
55
56
/* Define to 1 if you have the <memory.h> header file. */
57
#define HAVE_MEMORY_H 1
58
59
/* Whether we have mmap() */
60
#define HAVE_MMAP 1
61
62
/* Whether we have mprotect() */
63
#define HAVE_MPROTECT 1
64
65
/* Whether we have posix_memalign() */
66
#define HAVE_POSIX_MEMALIGN 1
67
68
/* Whether pthreads is supported */
69
#define HAVE_PTHREADS
70
71
/* Whether we have sigaction() */
72
#define HAVE_SIGACTION 1
73
74
/* Define to 1 if you have the <stdint.h> header file. */
75
#define HAVE_STDINT_H 1
76
77
/* Define to 1 if you have the <stdlib.h> header file. */
78
#define HAVE_STDLIB_H 1
79
80
/* Define to 1 if you have the <strings.h> header file. */
81
#define HAVE_STRINGS_H 1
82
83
/* Define to 1 if you have the <string.h> header file. */
84
#define HAVE_STRING_H 1
85
86
/* Define to 1 if we have <sys/mman.h> */
87
#define HAVE_SYS_MMAN_H 1
88
89
/* Define to 1 if you have the <sys/stat.h> header file. */
90
#define HAVE_SYS_STAT_H 1
91
92
/* Define to 1 if you have the <sys/types.h> header file. */
93
#define HAVE_SYS_TYPES_H 1
94
95
/* Define to 1 if you have the <unistd.h> header file. */
96
#define HAVE_UNISTD_H 1
97
98
/* Define to the sub-directory in which libtool stores uninstalled libraries.
99
*/
100
#define LT_OBJDIR ".libs/"
101
102
/* Name of package */
103
#define PACKAGE "pixman"
104
105
/* Define to the address where bug reports for this package should be sent. */
106
#define PACKAGE_BUGREPORT "pixman@lists.freedesktop.org"
107
108
/* Define to the full name of this package. */
109
#define PACKAGE_NAME "pixman"
110
111
/* Define to the full name and version of this package. */
112
#define PACKAGE_STRING "pixman 0.34.0"
113
114
/* Define to the one symbol short name of this package. */
115
#define PACKAGE_TARNAME "pixman"
116
117
/* Define to the home page for this package. */
118
#define PACKAGE_URL ""
119
120
/* Define to the version of this package. */
121
#define PACKAGE_VERSION "0.34.0"
122
123
/* enable TIMER_BEGIN/TIMER_END macros */
124
/* #undef PIXMAN_TIMERS */
125
126
/* The size of `long', as computed by sizeof. */
127
#define SIZEOF_LONG 8
128
129
/* Define to 1 if you have the ANSI C header files. */
130
#define STDC_HEADERS 1
131
132
/* The compiler supported TLS storage class */
133
#define TLS __thread
134
135
/* Whether the tool chain supports __attribute__((constructor)) */
136
#define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR
137
138
/* use ARM IWMMXT compiler intrinsics */
139
/* #undef USE_ARM_IWMMXT */
140
141
/* use ARM NEON assembly optimizations */
142
/* #undef USE_ARM_NEON */
143
144
/* use ARM SIMD assembly optimizations */
145
/* #undef USE_ARM_SIMD */
146
147
/* use GNU-style inline assembler */
148
#define USE_GCC_INLINE_ASM 1
149
150
/* use Loongson Multimedia Instructions */
151
/* #undef USE_LOONGSON_MMI */
152
153
/* use MIPS DSPr2 assembly optimizations */
154
/* #undef USE_MIPS_DSPR2 */
155
156
/* use OpenMP in the test suite */
157
#define USE_OPENMP 1
158
159
/* use SSE2 compiler intrinsics */
160
/* #undef USE_SSE2 */
161
162
/* use SSSE3 compiler intrinsics */
163
/* #undef USE_SSSE3 */
164
165
/* use VMX compiler intrinsics */
166
/* #undef USE_VMX */
167
168
/* use x86 MMX compiler intrinsics */
169
/* #undef USE_X86_MMX */
170
171
/* Version number of package */
172
#define VERSION "0.34.0"
173
174
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
175
significant byte first (like Motorola and SPARC, unlike Intel). */
176
#if defined AC_APPLE_UNIVERSAL_BUILD
177
#if defined __BIG_ENDIAN__
178
#define WORDS_BIGENDIAN 1
179
#endif
180
#else
181
#ifndef WORDS_BIGENDIAN
182
/* # undef WORDS_BIGENDIAN */
183
#endif
184
#endif
185
186
/* Define to `__inline__' or `__inline' if that's what the C compiler
187
calls it, or to nothing if 'inline' is not supported under any name. */
188
#ifndef __cplusplus
189
/* #undef inline */
190
#endif
191
192
/* Define to sqrt if you do not have the `sqrtf' function. */
193
/* #undef sqrtf */
cartographer
Author(s): The Cartographer Authors
autogenerated on Mon Feb 28 2022 22:00:58