blob: 4e3185ade55ddd65e0fcaa0546ba6a2ce77278f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
|
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
#cmakedefine AC_APPLE_UNIVERSAL_BUILD
/* whether memory barriers are needed around atomic operations */
#cmakedefine ATOMIC_OP_NEEDS_MEMORY_BARRIER
/* Define to 1 if the PDF backend can be tested (need poppler and other
dependencies for pdf2png) */
#cmakedefine CAIRO_CAN_TEST_PDF_SURFACE
/* Define to 1 if the PS backend can be tested (needs ghostscript) */
#cmakedefine CAIRO_CAN_TEST_PS_SURFACE
/* Define to 1 if the SVG backend can be tested */
#cmakedefine CAIRO_CAN_TEST_SVG_SURFACE
/* Define to 1 if the Win32 Printing backend can be tested (needs ghostscript)
*/
#cmakedefine CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE
/* Define to 1 if dlsym is available */
#cmakedefine CAIRO_HAS_DLSYM
/* Define to 1 to enable cairo's cairo-script-interpreter feature */
#cmakedefine CAIRO_HAS_INTERPRETER
/* Define to 1 to enable cairo's pthread feature */
#cmakedefine CAIRO_HAS_PTHREAD @CAIRO_HAS_PTHREAD@
/* Define to 1 if we have full pthread support */
#cmakedefine CAIRO_HAS_REAL_PTHREAD @CAIRO_HAS_REAL_PTHREAD@
/* Define to 1 if libspectre is available */
#cmakedefine CAIRO_HAS_SPECTRE
/* Define to 1 to enable cairo's symbol-lookup feature */
#cmakedefine CAIRO_HAS_SYMBOL_LOOKUP
/* Define to 1 to enable cairo's test surfaces feature */
#cmakedefine CAIRO_HAS_TEST_SURFACES
/* Define to 1 to enable cairo's cairo-trace feature */
#cmakedefine CAIRO_HAS_TRACE
/* Define to 1 to disable certain code paths that rely heavily on
double
precision floating-point calculation */
#cmakedefine DISABLE_SOME_FLOATING_POINT
/* Define to 1 if your system stores words within floats
with the most
significant word first */
#cmakedefine FLOAT_WORDS_BIGENDIAN
/* Enable pixman glyph cache */
#cmakedefine HAS_PIXMAN_GLYPHS
/* Define to 1 if you have the `alarm' function. */
#cmakedefine HAVE_ALARM @HAVE_ALARM@
/* Define to 1 if you have the binutils development files installed */
#cmakedefine HAVE_BFD
/* Define to 1 if your compiler supports the __builtin_return_address()
intrinsic. */
#cmakedefine HAVE_BUILTIN_RETURN_ADDRESS
/* Define to 1 if you have the <byteswap.h> header file. */
#cmakedefine HAVE_BYTESWAP_H @HAVE_BYTESWAP_H@
/* Define to 1 if you have the `clock_gettime' function. */
#cmakedefine HAVE_CLOCK_GETTIME @HAVE_CLOCK_GETTIME@
/* Define to 1 if you have the `ctime_r' function. */
#cmakedefine HAVE_CTIME_R @HAVE_CTIME_R@
/* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine HAVE_DLFCN_H @HAVE_DLFCN_H@
/* Define to 1 if you have the `drand48' function. */
#cmakedefine HAVE_DRAND48 @HAVE_DRAND48@
/* Define to 1 if you have the `FcFini' function. */
#cmakedefine HAVE_FCFINI @HAVE_FCFINI@
/* Define to 1 if you have the `FcInit' function. */
#cmakedefine HAVE_FCINIT @HAVE_FCINIT@
/* Define to 1 if you have the <fcntl.h> header file. */
#cmakedefine HAVE_FCNTL_H @HAVE_FCNTL_H@
/* Define to 1 if you have the `feclearexcept' function. */
#cmakedefine HAVE_FECLEAREXCEPT
/* Define to 1 if you have the `fedisableexcept' function. */
#cmakedefine HAVE_FEDISABLEEXCEPT
/* Define to 1 if you have the `feenableexcept' function. */
#cmakedefine HAVE_FEENABLEEXCEPT
/* Define to 1 if you have the <fenv.h> header file. */
#cmakedefine HAVE_FENV_H @HAVE_FENV_H@
/* Define to 1 if you have the `flockfile' function. */
#cmakedefine HAVE_FLOCKFILE @HAVE_FLOCKFILE@
/* Define to 1 if you have the `fork' function. */
#cmakedefine HAVE_FORK @HAVE_FORK@
/* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */
#cmakedefine HAVE_FT_GET_X11_FONT_FORMAT @HAVE_FT_GET_X11_FONT_FORMAT@
/* Define to 1 if you have the `FT_GlyphSlot_Embolden' function. */
#cmakedefine HAVE_FT_GLYPHSLOT_EMBOLDEN @HAVE_FT_GLYPHSLOT_EMBOLDEN@
/* Define to 1 if you have the `FT_GlyphSlot_Oblique' function. */
#cmakedefine HAVE_FT_GLYPHSLOT_OBLIQUE @HAVE_FT_GLYPHSLOT_OBLIQUE@
/* Define to 1 if you have the `FT_Library_SetLcdFilter' function. */
#cmakedefine HAVE_FT_LIBRARY_SETLCDFILTER @HAVE_FT_LIBRARY_SETLCDFILTER@
/* Define to 1 if you have the `FT_Load_Sfnt_Table' function. */
#cmakedefine HAVE_FT_LOAD_SFNT_TABLE @HAVE_FT_LOAD_SFNT_TABLE@
/* Define to 1 if you have the `funlockfile' function. */
#cmakedefine HAVE_FUNLOCKFILE @HAVE_FUNLOCKFILE@
/* Whether you have gcov */
#cmakedefine HAVE_GCOV @HAVE_GCOV@
/* Define to 1 if you have the `getline' function. */
#cmakedefine HAVE_GETLINE @HAVE_GETLINE@
/* Enable if your compiler supports the Intel __sync_* atomic primitives */
#cmakedefine HAVE_INTEL_ATOMIC_PRIMITIVES @HAVE_INTEL_ATOMIC_PRIMITIVES@
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H @HAVE_INTTYPES_H@
/* Define to 1 if you have the <io.h> header file. */
#cmakedefine HAVE_IO_H @HAVE_IO_H@
/* Define to 1 if you have the <libgen.h> header file. */
#cmakedefine HAVE_LIBGEN_H @HAVE_LIBGEN_H@
/* Define to 1 if you have the `rt' library (-lrt). */
#cmakedefine HAVE_LIBRT
/* Enable if you have libatomic-ops-dev installed */
#cmakedefine HAVE_LIB_ATOMIC_OPS
/* Define to 1 if you have the `link' function. */
#cmakedefine HAVE_LINK @HAVE_LINK@
/* Define to 1 if you have the Valgrind lockdep tool */
#cmakedefine HAVE_LOCKDEP
/* Define to 1 if you have lzo available */
#cmakedefine HAVE_LZO
/* Define to 1 if you have the Valgrind memfault tool */
#cmakedefine HAVE_MEMFAULT
/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine HAVE_MEMORY_H @HAVE_MEMORY_H@
/* Define to non-zero if your system has mkdir, and to 2 if your version of
mkdir requires a mode parameter */
#cmakedefine HAVE_MKDIR @HAVE_MKDIR@
/* Define to 1 if you have the `mmap' function. */
#cmakedefine HAVE_MMAP @HAVE_MMAP@
/* Enable if you have MacOS X atomic operations */
#cmakedefine HAVE_OS_ATOMIC_OPS
/* Define to 1 if you have the `poppler_page_render' function. */
#cmakedefine HAVE_POPPLER_PAGE_RENDER @HAVE_POPPLER_PAGE_RENDER@
/* Define to 1 if you have the `raise' function. */
#cmakedefine HAVE_RAISE @HAVE_RAISE@
/* Define to 1 if you have the `rsvg_pixbuf_from_file' function. */
#cmakedefine HAVE_RSVG_PIXBUF_FROM_FILE @HAVE_RSVG_PIXBUF_FROM_FILE@
/* Define to 1 if you have the `sched_getaffinity' function. */
#cmakedefine HAVE_SCHED_GETAFFINITY @HAVE_SCHED_GETAFFINITY@
/* Define to 1 if you have the <sched.h> header file. */
#cmakedefine HAVE_SCHED_H @HAVE_SCHED_H@
/* Define to 1 if you have the <setjmp.h> header file. */
#cmakedefine HAVE_SETJMP_H @HAVE_SETJMP_H@
/* Define to 1 if you have the <signal.h> header file. */
#cmakedefine HAVE_SIGNAL_H @HAVE_SIGNAL_H@
/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H @HAVE_STDINT_H@
/* Define to 1 if you have the <stdlib.h> header file. */
#cmakedefine HAVE_STDLIB_H @HAVE_STDLIB_H@
/* Define to 1 if you have the <strings.h> header file. */
#cmakedefine HAVE_STRINGS_H @HAVE_STRINGS_H@
/* Define to 1 if you have the <string.h> header file. */
#cmakedefine HAVE_STRING_H @HAVE_STRING_H@
/* Define to 1 if you have the `strndup' function. */
#cmakedefine HAVE_STRNDUP @HAVE_STRNDUP@
/* Define to 1 if you have the <sys/int_types.h> header file. */
#cmakedefine HAVE_SYS_INT_TYPES_H @HAVE_SYS_INT_TYPES_H@
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#cmakedefine HAVE_SYS_IOCTL_H @HAVE_SYS_IOCTL_H@
/* Define to 1 if you have the <sys/mman.h> header file. */
#cmakedefine HAVE_SYS_MMAN_H @HAVE_SYS_MMAN_H@
/* Define to 1 if you have the <sys/poll.h> header file. */
#cmakedefine HAVE_SYS_POLL_H @HAVE_SYS_POLL_H@
/* Define to 1 if you have the <sys/socket.h> header file. */
#cmakedefine HAVE_SYS_SOCKET_H @HAVE_SYS_SOCKET_H@
/* Define to 1 if you have the <sys/stat.h> header file. */
#cmakedefine HAVE_SYS_STAT_H @HAVE_SYS_STAT_H@
/* Define to 1 if you have the <sys/types.h> header file. */
#cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
/* Define to 1 if you have the <sys/un.h> header file. */
#cmakedefine HAVE_SYS_UN_H @HAVE_SYS_UN_H@
/* Define to 1 if you have the <sys/wait.h> header file. */
#cmakedefine HAVE_SYS_WAIT_H @HAVE_SYS_WAIT_H@
/* Define to 1 if you have the <time.h> header file. */
#cmakedefine HAVE_TIME_H @HAVE_TIME_H@
/* Define to 1 if the system has the type `uint128_t'. */
#cmakedefine HAVE_UINT128_T @HAVE_UINT128_T@
/* Define to 1 if the system has the type `uint64_t'. */
#cmakedefine HAVE_UINT64_T @HAVE_UINT64_T@
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
/* Define to 1 if you have Valgrind */
#cmakedefine HAVE_VALGRIND @HAVE_VALGRIND@
/* Define to 1 if you have the `waitpid' function. */
#cmakedefine HAVE_WAITPID @HAVE_WAITPID@
/* Define to 1 if you have the <windows.h> header file. */
#cmakedefine HAVE_WINDOWS_H @HAVE_WINDOWS_H@
/* Define to 1 if you have the <X11/extensions/shmproto.h> header file. */
#cmakedefine HAVE_X11_EXTENSIONS_SHMPROTO_H
/* Define to 1 if you have the <X11/extensions/shmstr.h> header file. */
#cmakedefine HAVE_X11_EXTENSIONS_SHMSTR_H
/* Define to 1 if you have the <X11/extensions/XShm.h> header file. */
#cmakedefine HAVE_X11_EXTENSIONS_XSHM_H
/* Define to 1 if you have the `XRenderCreateConicalGradient' function. */
#cmakedefine HAVE_XRENDERCREATECONICALGRADIENT
/* Define to 1 if you have the `XRenderCreateLinearGradient' function. */
#cmakedefine HAVE_XRENDERCREATELINEARGRADIENT
/* Define to 1 if you have the `XRenderCreateRadialGradient' function. */
#cmakedefine HAVE_XRENDERCREATERADIALGRADIENT
/* Define to 1 if you have the `XRenderCreateSolidFill' function. */
#cmakedefine HAVE_XRENDERCREATESOLIDFILL
/* Define to 1 if you have zlib available */
#cmakedefine HAVE_ZLIB @HAVE_ZLIB@
/* Define to 1 if the system has the type `__uint128_t'. */
#cmakedefine HAVE___UINT128_T @HAVE___UINT128_T@
/* Define to 1 if shared memory segments are released deferred. */
#cmakedefine IPC_RMID_DEFERRED_RELEASE
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#cmakedefine LT_OBJDIR
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#cmakedefine NO_MINUS_C_MINUS_O
/* Define to the address where bug reports for this package should be sent. */
#cmakedefine PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#cmakedefine PACKAGE_NAME
/* Define to the full name and version of this package. */
#cmakedefine PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#cmakedefine PACKAGE_TARNAME
/* Define to the home page for this package. */
#cmakedefine PACKAGE_URL
/* Define to the version of this package. */
#cmakedefine PACKAGE_VERSION
/* Shared library file extension */
#cmakedefine SHARED_LIB_EXT @SHARED_LIB_EXT@
/* The size of `int', as computed by sizeof. */
#cmakedefine SIZEOF_INT @SIZEOF_INT@
/* The size of `long', as computed by sizeof. */
#cmakedefine SIZEOF_LONG @SIZEOF_LONG@
/* The size of `long long', as computed by sizeof. */
#cmakedefine SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
/* The size of `size_t', as computed by sizeof. */
#cmakedefine SIZEOF_SIZE_T @SIZEOF_SIZE_T@
/* The size of `void *', as computed by sizeof. */
#cmakedefine SIZEOF_VOID_P @SIZEOF_VOID_P@
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS @HAVE_STDLIB_H@
|