Subversion Repositories Kolibri OS

Rev

Rev 1897 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1897 Rev 3959
Line 10... Line 10...
10
/* Define to 1 if the PDF backend can be tested (need poppler and other
10
/* Define to 1 if the PDF backend can be tested (need poppler and other
11
   dependencies for pdf2png) */
11
   dependencies for pdf2png) */
12
/* #undef CAIRO_CAN_TEST_PDF_SURFACE */
12
/* #undef CAIRO_CAN_TEST_PDF_SURFACE */
Line 13... Line 13...
13
 
13
 
14
/* Define to 1 if the PS backend can be tested (needs ghostscript) */
14
/* Define to 1 if the PS backend can be tested (needs ghostscript) */
Line 15... Line 15...
15
/* #undef CAIRO_CAN_TEST_PS_SURFACE */
15
//#define CAIRO_CAN_TEST_PS_SURFACE 1
16
 
16
 
Line 17... Line 17...
17
/* Define to 1 if the SVG backend can be tested */
17
/* Define to 1 if the SVG backend can be tested */
Line 22... Line 22...
22
/* #undef CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE */
22
/* #undef CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE */
Line 23... Line 23...
23
 
23
 
24
/* Define to 1 to enable cairo's cairo-script-interpreter feature */
24
/* Define to 1 to enable cairo's cairo-script-interpreter feature */
Line -... Line 25...
-
 
25
//#define CAIRO_HAS_INTERPRETER 1
25
//#define CAIRO_HAS_INTERPRETER 1
26
 
Line 26... Line 27...
26
 
27
/* Define to 1 to enable cairo's cairo-perf-utils feature */
27
#define CAIRO_NO_MUTEX 1
28
/* #undef CAIRO_HAS_PERF_UTILS */
Line 28... Line 29...
28
 
29
 
Line 44... Line 45...
44
/* Define to 1 to enable cairo's cairo-trace feature */
45
/* Define to 1 to enable cairo's cairo-trace feature */
45
/* #undef CAIRO_HAS_TRACE */
46
/* #undef CAIRO_HAS_TRACE */
Line 46... Line 47...
46
 
47
 
47
/* Define to 1 to disable certain code paths that rely heavily on double
48
/* Define to 1 to disable certain code paths that rely heavily on double
48
   precision floating-point calculation */
49
   precision floating-point calculation */
Line 49... Line 50...
49
/* #undef DISABLE_SOME_FLOATING_POINT */
50
#define DISABLE_SOME_FLOATING_POINT 1
50
 
51
 
51
/* Define to 1 if your system stores words within floats with the most
52
/* Define to 1 if your system stores words within floats with the most
Line -... Line 53...
-
 
53
   significant word first */
-
 
54
/* #undef FLOAT_WORDS_BIGENDIAN */
-
 
55
 
52
   significant word first */
56
/* Enable pixman glyph cache */
53
/* #undef FLOAT_WORDS_BIGENDIAN */
57
#define HAS_PIXMAN_GLYPHS 1
Line 54... Line 58...
54
 
58
 
55
/* Define to 1 if you have the `alarm' function. */
59
/* Define to 1 if you have the `alarm' function. */
Line 61... Line 65...
61
/* Define to 1 if your compiler supports the __builtin_return_address()
65
/* Define to 1 if your compiler supports the __builtin_return_address()
62
   intrinsic. */
66
   intrinsic. */
63
#define HAVE_BUILTIN_RETURN_ADDRESS 1
67
#define HAVE_BUILTIN_RETURN_ADDRESS 1
Line 64... Line 68...
64
 
68
 
65
/* Define to 1 if you have the  header file. */
69
/* Define to 1 if you have the  header file. */
Line 66... Line 70...
66
#define HAVE_BYTESWAP_H 1
70
//#define HAVE_BYTESWAP_H 1
67
 
71
 
Line 68... Line 72...
68
/* Define to 1 if you have the `clock_gettime' function. */
72
/* Define to 1 if you have the `clock_gettime' function. */
Line 96... Line 100...
96
#define HAVE_FEENABLEEXCEPT 1
100
#define HAVE_FEENABLEEXCEPT 1
Line 97... Line 101...
97
 
101
 
98
/* Define to 1 if you have the  header file. */
102
/* Define to 1 if you have the  header file. */
Line 99... Line -...
99
#define HAVE_FENV_H 1
-
 
100
 
-
 
101
/* Define to 1 if you have the `ffs' function. */
-
 
102
#define HAVE_FFS 1
103
#define HAVE_FENV_H 1
103
 
104
 
Line 104... Line 105...
104
/* Define to 1 if you have the `flockfile' function. */
105
/* Define to 1 if you have the `flockfile' function. */
105
#define HAVE_FLOCKFILE 1
106
#define HAVE_FLOCKFILE 1
Line 106... Line 107...
106
 
107
 
107
/* Define to 1 if you have the `fork' function. */
108
/* Define to 1 if you have the `fork' function. */
Line 108... Line 109...
108
//#define HAVE_FORK 1
109
//#define HAVE_FORK 1
109
 
110
 
-
 
111
/* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */
-
 
112
//#define HAVE_FT_GET_X11_FONT_FORMAT 1
-
 
113
 
Line 110... Line 114...
110
/* FT_Bitmap_Size structure includes y_ppem field */
114
/* Define to 1 if you have the `FT_GlyphSlot_Embolden' function. */
111
/* #undef HAVE_FT_BITMAP_SIZE_Y_PPEM */
115
#define HAVE_FT_GLYPHSLOT_EMBOLDEN 1
Line 112... Line 116...
112
 
116
 
113
/* Define to 1 if you have the `FT_GlyphSlot_Embolden' function. */
117
/* Define to 1 if you have the `FT_GlyphSlot_Oblique' function. */
-
 
118
#define HAVE_FT_GLYPHSLOT_OBLIQUE 1
-
 
119
 
-
 
120
/* Define to 1 if you have the `FT_Library_SetLcdFilter' function. */
Line 114... Line 121...
114
/* #undef HAVE_FT_GLYPHSLOT_EMBOLDEN */
121
//#define HAVE_FT_LIBRARY_SETLCDFILTER 1
115
 
122
 
Line -... Line 123...
-
 
123
/* Define to 1 if you have the `FT_Load_Sfnt_Table' function. */
-
 
124
#define HAVE_FT_LOAD_SFNT_TABLE 1
-
 
125
 
116
/* Define to 1 if you have the `FT_Library_SetLcdFilter' function. */
126
/* Define to 1 if you have the `funlockfile' function. */
117
/* #undef HAVE_FT_LIBRARY_SETLCDFILTER */
127
//#define HAVE_FUNLOCKFILE 1
Line 118... Line 128...
118
 
128
 
119
/* Define to 1 if you have the `FT_Load_Sfnt_Table' function. */
129
/* Whether you have gcov */
Line 120... Line 130...
120
/* #undef HAVE_FT_LOAD_SFNT_TABLE */
130
/* #undef HAVE_GCOV */
121
 
131
 
Line 122... Line 132...
122
/* Whether you have gcov */
132
/* Define to 1 if you have the `getline' function. */
-
 
133
//#define HAVE_GETLINE 1
-
 
134
 
-
 
135
/* Enable if your compiler supports the Intel __sync_* atomic primitives */
123
/* #undef HAVE_GCOV */
136
//#define HAVE_INTEL_ATOMIC_PRIMITIVES 1
Line 124... Line 137...
124
 
137
 
125
/* Enable if your compiler supports the Intel __sync_* atomic primitives */
138
/* Define to 1 if you have the  header file. */
Line 126... Line 139...
126
#define HAVE_INTEL_ATOMIC_PRIMITIVES 1
139
#define HAVE_INTTYPES_H 1
127
 
140
 
Line 128... Line 141...
128
/* Define to 1 if you have the  header file. */
141
/* Define to 1 if you have the  header file. */
129
#define HAVE_INTTYPES_H 1
142
/* #undef HAVE_IO_H */
Line -... Line 143...
-
 
143
 
-
 
144
/* Define to 1 if you have the  header file. */
-
 
145
#undef HAVE_LIBGEN_H
130
 
146
 
131
/* Define to 1 if you have the  header file. */
147
/* Define to 1 if you have the `rt' library (-lrt). */
Line 132... Line 148...
132
/* #undef HAVE_IO_H */
148
//#define HAVE_LIBRT 1
133
 
149
 
Line 190... Line 206...
190
#define HAVE_STRINGS_H 1
206
#define HAVE_STRINGS_H 1
Line 191... Line 207...
191
 
207
 
192
/* Define to 1 if you have the  header file. */
208
/* Define to 1 if you have the  header file. */
Line -... Line 209...
-
 
209
#define HAVE_STRING_H 1
-
 
210
 
-
 
211
/* Define to 1 if you have the `strndup' function. */
193
#define HAVE_STRING_H 1
212
//#define HAVE_STRNDUP 1
194
 
213
 
Line -... Line 214...
-
 
214
/* Define to 1 if you have the  header file. */
-
 
215
/* #undef HAVE_SYS_INT_TYPES_H */
-
 
216
 
195
/* Define to 1 if you have the  header file. */
217
/* Define to 1 if you have the  header file. */
196
/* #undef HAVE_SYS_INT_TYPES_H */
218
//#define HAVE_SYS_IOCTL_H 1
Line 197... Line 219...
197
 
219
 
198
/* Define to 1 if you have the  header file. */
220
/* Define to 1 if you have the  header file. */
Line 199... Line 221...
199
//#define HAVE_SYS_MMAN_H 1
221
#define HAVE_SYS_MMAN_H 1
200
 
222
 
Line 201... Line 223...
201
/* Define to 1 if you have the  header file. */
223
/* Define to 1 if you have the  header file. */
202
//#define HAVE_SYS_POLL_H 1
224
#define HAVE_SYS_POLL_H 1
Line 203... Line 225...
203
 
225
 
204
/* Define to 1 if you have the  header file. */
226
/* Define to 1 if you have the  header file. */
Line 205... Line 227...
205
//#define HAVE_SYS_SOCKET_H 1
227
#define HAVE_SYS_SOCKET_H 1
206
 
228
 
Line -... Line 229...
-
 
229
/* Define to 1 if you have the  header file. */
-
 
230
#define HAVE_SYS_STAT_H 1
-
 
231
 
207
/* Define to 1 if you have the  header file. */
232
/* Define to 1 if you have the  header file. */
208
#define HAVE_SYS_STAT_H 1
233
#define HAVE_SYS_TYPES_H 1
Line 209... Line 234...
209
 
234
 
210
/* Define to 1 if you have the  header file. */
235
/* Define to 1 if you have the  header file. */
Line 226... Line 251...
226
#define HAVE_UNISTD_H 1
251
#define HAVE_UNISTD_H 1
Line 227... Line 252...
227
 
252
 
228
/* Define to 1 if you have Valgrind */
253
/* Define to 1 if you have Valgrind */
Line 229... Line -...
229
/* #undef HAVE_VALGRIND */
-
 
230
 
-
 
Line 231... Line 254...
231
/* Define to 1 if you have the `vasnprintf' function. */
254
/* #undef HAVE_VALGRIND */
232
/* #undef HAVE_VASNPRINTF */
255
 
Line 233... Line 256...
233
 
256
 
Line 245... Line 268...
245
 
268
 
246
/* Define to the sub-directory in which libtool stores uninstalled libraries.
269
/* Define to the sub-directory in which libtool stores uninstalled libraries.
247
   */
270
   */
Line 248... Line -...
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 */
271
#define LT_OBJDIR ".libs/"
252
 
272
 
Line 253... Line 273...
253
/* Define to the address where bug reports for this package should be sent. */
273
/* 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"
274
#define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
Line 261... Line 281...
261
 
281
 
262
/* Define to the one symbol short name of this package. */
282
/* Define to the one symbol short name of this package. */
Line 263... Line 283...
263
#define PACKAGE_TARNAME USE_cairo_INSTEAD
283
#define PACKAGE_TARNAME USE_cairo_INSTEAD
264
 
284
 
Line 265... Line 285...
265
/* Define to the home page for this package. */
285
/* Define to the home page for this package. */
266
#define PACKAGE_URL ""
286
#define PACKAGE_URL "http://cairographics.org/"
Line 267... Line 287...
267
 
287
 
268
/* Define to the version of this package. */
288
/* Define to the version of this package. */
Line 269... Line 289...
269
#define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
289
#define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
270
 
290
 
Line 271... Line 291...
271
/* Shared library file extension */
291
/* Shared library file extension */
Line 339... Line 359...
339
#endif
359
#endif
340
#endif
360
#endif
Line 341... Line 361...
341
 
361
 
342
 
362
 
-
 
363
/* Define to 1 if the X Window System is missing or not being used. */
-
 
364
/* #undef X_DISPLAY_MISSING */
-
 
365
 
-
 
366
/* Enable large inode numbers on Mac OS X 10.5.  */
-
 
367
#ifndef _DARWIN_USE_64_BIT_INODE
Line 343... Line 368...
343
/* Define to 1 if the X Window System is missing or not being used. */
368
# define _DARWIN_USE_64_BIT_INODE 1
344
#define X_DISPLAY_MISSING 1
369
#endif
Line 345... Line 370...
345
 
370