Subversion Repositories Kolibri OS

Rev

Rev 1897 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1892 serge 1
/* config.h.  Generated from config.h.in by configure.  */
2
/* config.h.in.  Generated from configure.ac by autoheader.  */
3
 
4
/* Define if building universal (internal helper macro) */
5
/* #undef AC_APPLE_UNIVERSAL_BUILD */
6
 
7
/* whether memory barriers are needed around atomic operations */
8
/* #undef ATOMIC_OP_NEEDS_MEMORY_BARRIER */
9
 
10
/* Define to 1 if the PDF backend can be tested (need poppler and other
11
   dependencies for pdf2png) */
12
/* #undef CAIRO_CAN_TEST_PDF_SURFACE */
13
 
14
/* Define to 1 if the PS backend can be tested (needs ghostscript) */
3959 Serge 15
//#define CAIRO_CAN_TEST_PS_SURFACE 1
1892 serge 16
 
17
/* Define to 1 if the SVG backend can be tested */
18
/* #undef CAIRO_CAN_TEST_SVG_SURFACE */
19
 
20
/* Define to 1 if the Win32 Printing backend can be tested (needs ghostscript)
21
   */
22
/* #undef CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE */
23
 
24
/* Define to 1 to enable cairo's cairo-script-interpreter feature */
25
//#define CAIRO_HAS_INTERPRETER 1
26
 
3959 Serge 27
/* Define to 1 to enable cairo's cairo-perf-utils feature */
28
/* #undef CAIRO_HAS_PERF_UTILS */
1897 serge 29
 
1892 serge 30
/* Define to 1 to enable cairo's pthread feature */
1897 serge 31
/* #undef CAIRO_HAS_PTHREAD */
1892 serge 32
 
33
/* Define to 1 if we have full pthread support */
1897 serge 34
/* #undef CAIRO_HAS_REAL_PTHREAD */
1892 serge 35
 
36
/* Define to 1 if libspectre is available */
37
/* #undef CAIRO_HAS_SPECTRE */
38
 
39
/* Define to 1 to enable cairo's symbol-lookup feature */
40
/* #undef CAIRO_HAS_SYMBOL_LOOKUP */
41
 
42
/* Define to 1 to enable cairo's test surfaces feature */
43
/* #undef CAIRO_HAS_TEST_SURFACES */
44
 
45
/* Define to 1 to enable cairo's cairo-trace feature */
1897 serge 46
/* #undef CAIRO_HAS_TRACE */
1892 serge 47
 
48
/* Define to 1 to disable certain code paths that rely heavily on double
49
   precision floating-point calculation */
3959 Serge 50
#define DISABLE_SOME_FLOATING_POINT 1
1892 serge 51
 
52
/* Define to 1 if your system stores words within floats with the most
53
   significant word first */
54
/* #undef FLOAT_WORDS_BIGENDIAN */
55
 
3959 Serge 56
/* Enable pixman glyph cache */
57
#define HAS_PIXMAN_GLYPHS 1
58
 
1892 serge 59
/* Define to 1 if you have the `alarm' function. */
60
//#define HAVE_ALARM 1
61
 
62
/* Define to 1 if you have the binutils development files installed */
63
/* #undef HAVE_BFD */
64
 
65
/* Define to 1 if your compiler supports the __builtin_return_address()
66
   intrinsic. */
67
#define HAVE_BUILTIN_RETURN_ADDRESS 1
68
 
69
/* Define to 1 if you have the  header file. */
3959 Serge 70
//#define HAVE_BYTESWAP_H 1
1892 serge 71
 
72
/* Define to 1 if you have the `clock_gettime' function. */
73
//#define HAVE_CLOCK_GETTIME 1
74
 
75
/* Define to 1 if you have the `ctime_r' function. */
76
//#define HAVE_CTIME_R 1
77
 
78
/* Define to 1 if you have the  header file. */
79
#define HAVE_DLFCN_H 1
80
 
81
/* Define to 1 if you have the `drand48' function. */
1897 serge 82
#define HAVE_DRAND48 1
1892 serge 83
 
84
/* Define to 1 if you have the `FcFini' function. */
85
/* #undef HAVE_FCFINI */
86
 
87
/* Define to 1 if you have the `FcInit' function. */
88
/* #undef HAVE_FCINIT */
89
 
90
/* Define to 1 if you have the  header file. */
91
#define HAVE_FCNTL_H 1
92
 
93
/* Define to 1 if you have the `feclearexcept' function. */
94
#define HAVE_FECLEAREXCEPT 1
95
 
96
/* Define to 1 if you have the `fedisableexcept' function. */
97
#define HAVE_FEDISABLEEXCEPT 1
98
 
99
/* Define to 1 if you have the `feenableexcept' function. */
100
#define HAVE_FEENABLEEXCEPT 1
101
 
102
/* Define to 1 if you have the  header file. */
103
#define HAVE_FENV_H 1
104
 
105
/* Define to 1 if you have the `flockfile' function. */
106
#define HAVE_FLOCKFILE 1
107
 
108
/* Define to 1 if you have the `fork' function. */
109
//#define HAVE_FORK 1
110
 
3959 Serge 111
/* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */
112
//#define HAVE_FT_GET_X11_FONT_FORMAT 1
1892 serge 113
 
114
/* Define to 1 if you have the `FT_GlyphSlot_Embolden' function. */
3959 Serge 115
#define HAVE_FT_GLYPHSLOT_EMBOLDEN 1
1892 serge 116
 
3959 Serge 117
/* Define to 1 if you have the `FT_GlyphSlot_Oblique' function. */
118
#define HAVE_FT_GLYPHSLOT_OBLIQUE 1
119
 
1892 serge 120
/* Define to 1 if you have the `FT_Library_SetLcdFilter' function. */
3959 Serge 121
//#define HAVE_FT_LIBRARY_SETLCDFILTER 1
1892 serge 122
 
123
/* Define to 1 if you have the `FT_Load_Sfnt_Table' function. */
3959 Serge 124
#define HAVE_FT_LOAD_SFNT_TABLE 1
1892 serge 125
 
3959 Serge 126
/* Define to 1 if you have the `funlockfile' function. */
127
//#define HAVE_FUNLOCKFILE 1
128
 
1892 serge 129
/* Whether you have gcov */
130
/* #undef HAVE_GCOV */
131
 
3959 Serge 132
/* Define to 1 if you have the `getline' function. */
133
//#define HAVE_GETLINE 1
134
 
1892 serge 135
/* Enable if your compiler supports the Intel __sync_* atomic primitives */
3959 Serge 136
//#define HAVE_INTEL_ATOMIC_PRIMITIVES 1
1892 serge 137
 
138
/* Define to 1 if you have the  header file. */
139
#define HAVE_INTTYPES_H 1
140
 
141
/* Define to 1 if you have the  header file. */
142
/* #undef HAVE_IO_H */
143
 
144
/* Define to 1 if you have the  header file. */
3959 Serge 145
#undef HAVE_LIBGEN_H
1892 serge 146
 
3959 Serge 147
/* Define to 1 if you have the `rt' library (-lrt). */
148
//#define HAVE_LIBRT 1
149
 
1892 serge 150
/* Enable if you have libatomic-ops-dev installed */
151
/* #undef HAVE_LIB_ATOMIC_OPS */
152
 
153
/* Define to 1 if you have the `link' function. */
154
//#define HAVE_LINK 1
155
 
156
/* Define to 1 if you have the Valgrind lockdep tool */
157
/* #undef HAVE_LOCKDEP */
158
 
3959 Serge 159
/* Define to 1 if you have lzo available */
160
//#define HAVE_LZO 1
161
 
1892 serge 162
/* Define to 1 if you have the Valgrind memfault tool */
163
/* #undef HAVE_MEMFAULT */
164
 
165
/* Define to 1 if you have the  header file. */
166
#define HAVE_MEMORY_H 1
167
 
168
/* Define to non-zero if your system has mkdir, and to 2 if your version of
169
   mkdir requires a mode parameter */
170
//#define HAVE_MKDIR 2
171
 
172
/* Define to 1 if you have the `mmap' function. */
173
//#define HAVE_MMAP 1
174
 
175
/* Enable if you have MacOS X atomic operations */
176
/* #undef HAVE_OS_ATOMIC_OPS */
177
 
178
/* Define to 1 if you have the `poppler_page_render' function. */
179
/* #undef HAVE_POPPLER_PAGE_RENDER */
180
 
181
/* Define to 1 if you have the `raise' function. */
182
//#define HAVE_RAISE 1
183
 
184
/* Define to 1 if you have the `rsvg_pixbuf_from_file' function. */
185
/* #undef HAVE_RSVG_PIXBUF_FROM_FILE */
186
 
187
/* Define to 1 if you have the `sched_getaffinity' function. */
188
//#define HAVE_SCHED_GETAFFINITY 1
189
 
190
/* Define to 1 if you have the  header file. */
191
//#define HAVE_SCHED_H 1
192
 
193
/* Define to 1 if you have the  header file. */
1897 serge 194
#define HAVE_SETJMP_H 1
1892 serge 195
 
196
/* Define to 1 if you have the  header file. */
197
//#define HAVE_SIGNAL_H 1
198
 
199
/* Define to 1 if you have the  header file. */
200
#define HAVE_STDINT_H 1
201
 
202
/* Define to 1 if you have the  header file. */
203
#define HAVE_STDLIB_H 1
204
 
205
/* Define to 1 if you have the  header file. */
206
#define HAVE_STRINGS_H 1
207
 
208
/* Define to 1 if you have the  header file. */
209
#define HAVE_STRING_H 1
210
 
3959 Serge 211
/* Define to 1 if you have the `strndup' function. */
212
//#define HAVE_STRNDUP 1
213
 
1892 serge 214
/* Define to 1 if you have the  header file. */
215
/* #undef HAVE_SYS_INT_TYPES_H */
216
 
3959 Serge 217
/* Define to 1 if you have the  header file. */
218
//#define HAVE_SYS_IOCTL_H 1
219
 
1892 serge 220
/* Define to 1 if you have the  header file. */
3959 Serge 221
#define HAVE_SYS_MMAN_H 1
1892 serge 222
 
223
/* Define to 1 if you have the  header file. */
3959 Serge 224
#define HAVE_SYS_POLL_H 1
1892 serge 225
 
226
/* Define to 1 if you have the  header file. */
3959 Serge 227
#define HAVE_SYS_SOCKET_H 1
1892 serge 228
 
229
/* Define to 1 if you have the  header file. */
230
#define HAVE_SYS_STAT_H 1
231
 
232
/* Define to 1 if you have the  header file. */
233
#define HAVE_SYS_TYPES_H 1
234
 
235
/* Define to 1 if you have the  header file. */
236
#define HAVE_SYS_UN_H 1
237
 
3959 Serge 238
/* Define to 1 if you have the  header file. */
239
//#define HAVE_SYS_WAIT_H 1
240
 
1892 serge 241
/* Define to 1 if you have the  header file. */
242
#define HAVE_TIME_H 1
243
 
244
/* Define to 1 if the system has the type `uint128_t'. */
245
/* #undef HAVE_UINT128_T */
246
 
247
/* Define to 1 if the system has the type `uint64_t'. */
248
#define HAVE_UINT64_T 1
249
 
250
/* Define to 1 if you have the  header file. */
251
#define HAVE_UNISTD_H 1
252
 
253
/* Define to 1 if you have Valgrind */
254
/* #undef HAVE_VALGRIND */
255
 
256
 
257
/* Define to 1 if you have the `waitpid' function. */
258
//#define HAVE_WAITPID 1
259
 
260
/* Define to 1 if you have the  header file. */
261
/* #undef HAVE_WINDOWS_H */
262
 
263
/* Define to 1 if you have zlib available */
264
#define HAVE_ZLIB 1
265
 
266
/* Define to 1 if the system has the type `__uint128_t'. */
267
/* #undef HAVE___UINT128_T */
268
 
269
/* Define to the sub-directory in which libtool stores uninstalled libraries.
270
   */
271
#define LT_OBJDIR ".libs/"
272
 
273
/* Define to the address where bug reports for this package should be sent. */
274
#define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
275
 
276
/* Define to the full name of this package. */
277
#define PACKAGE_NAME USE_cairo_INSTEAD
278
 
279
/* Define to the full name and version of this package. */
280
#define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
281
 
282
/* Define to the one symbol short name of this package. */
283
#define PACKAGE_TARNAME USE_cairo_INSTEAD
284
 
285
/* Define to the home page for this package. */
3959 Serge 286
#define PACKAGE_URL "http://cairographics.org/"
1892 serge 287
 
288
/* Define to the version of this package. */
289
#define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
290
 
291
/* Shared library file extension */
3959 Serge 292
#define SHARED_LIB_EXT "dll"
1892 serge 293
 
294
/* The size of `int', as computed by sizeof. */
295
#define SIZEOF_INT 4
296
 
297
/* The size of `long', as computed by sizeof. */
298
#define SIZEOF_LONG 4
299
 
300
/* The size of `long long', as computed by sizeof. */
301
#define SIZEOF_LONG_LONG 8
302
 
303
/* The size of `size_t', as computed by sizeof. */
304
#define SIZEOF_SIZE_T 4
305
 
306
/* The size of `void *', as computed by sizeof. */
307
#define SIZEOF_VOID_P 4
308
 
309
/* Define to 1 if you have the ANSI C header files. */
310
#define STDC_HEADERS 1
311
 
312
/* Enable extensions on AIX 3, Interix.  */
313
#ifndef _ALL_SOURCE
314
# define _ALL_SOURCE 1
315
#endif
316
/* Enable GNU extensions on systems that have them.  */
317
#ifndef _GNU_SOURCE
318
# define _GNU_SOURCE 1
319
#endif
320
/* Enable threading extensions on Solaris.  */
321
#ifndef _POSIX_PTHREAD_SEMANTICS
322
# define _POSIX_PTHREAD_SEMANTICS 1
323
#endif
324
/* Enable extensions on HP NonStop.  */
325
#ifndef _TANDEM_SOURCE
326
# define _TANDEM_SOURCE 1
327
#endif
328
/* Enable general extensions on Solaris.  */
329
#ifndef __EXTENSIONS__
330
# define __EXTENSIONS__ 1
331
#endif
332
 
333
 
334
/* Define to the value your compiler uses to support the warn-unused-result
335
   attribute */
336
#define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
337
 
338
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
339
   significant byte first (like Motorola and SPARC, unlike Intel). */
340
#if defined AC_APPLE_UNIVERSAL_BUILD
341
# if defined __BIG_ENDIAN__
342
#  define WORDS_BIGENDIAN 1
343
# endif
344
#else
345
# ifndef WORDS_BIGENDIAN
346
/* #  undef WORDS_BIGENDIAN */
347
# endif
348
#endif
349
 
350
 
351
/* Deal with multiple architecture compiles on Mac OS X */
352
#ifdef __APPLE_CC__
353
#ifdef __BIG_ENDIAN__
354
#define WORDS_BIGENDIAN 1
355
#define FLOAT_WORDS_BIGENDIAN 1
356
#else
357
/* #undef WORDS_BIGENDIAN */
358
/* #undef FLOAT_WORDS_BIGENDIAN */
359
#endif
360
#endif
361
 
362
 
363
/* Define to 1 if the X Window System is missing or not being used. */
3959 Serge 364
/* #undef X_DISPLAY_MISSING */
1892 serge 365
 
3959 Serge 366
/* Enable large inode numbers on Mac OS X 10.5.  */
367
#ifndef _DARWIN_USE_64_BIT_INODE
368
# define _DARWIN_USE_64_BIT_INODE 1
369
#endif
370
 
1892 serge 371
/* Number of bits in a file offset, on hosts where this is settable. */
1897 serge 372
/* #undef _FILE_OFFSET_BITS */
1892 serge 373
 
374
/* Define for large files, on AIX-style hosts. */
375
/* #undef _LARGE_FILES */
376
 
377
/* Define to 1 if on MINIX. */
378
/* #undef _MINIX */
379
 
380
/* Define to 2 if the system does not provide POSIX.1 features except with
381
   this defined. */
382
/* #undef _POSIX_1_SOURCE */
383
 
384
/* Define to 1 if you need to in order for `stat' and other things to work. */
385
/* #undef _POSIX_SOURCE */
386
 
387
/* Define to `__inline__' or `__inline' if that's what the C compiler
388
   calls it, or to nothing if 'inline' is not supported under any name.  */
389
#ifndef __cplusplus
390
/* #undef inline */
391
#endif