Subversion Repositories Kolibri OS

Rev

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