Subversion Repositories Kolibri OS

Rev

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

Rev 1892 Rev 1897
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
-
 
26
 
25
//#define CAIRO_HAS_INTERPRETER 1
27
#define CAIRO_NO_MUTEX 1
26
 
28
 
Line 27... Line 29...
27
/* Define to 1 to enable cairo's pthread feature */
29
/* Define to 1 to enable cairo's pthread feature */
28
//#define CAIRO_HAS_PTHREAD 1
30
/* #undef CAIRO_HAS_PTHREAD */
Line 29... Line 31...
29
 
31
 
30
/* Define to 1 if we have full pthread support */
32
/* Define to 1 if we have full pthread support */
Line 31... Line 33...
31
//#define CAIRO_HAS_REAL_PTHREAD 1
33
/* #undef CAIRO_HAS_REAL_PTHREAD */
Line 38... Line 40...
38
 
40
 
39
/* Define to 1 to enable cairo's test surfaces feature */
41
/* Define to 1 to enable cairo's test surfaces feature */
Line 40... Line 42...
40
/* #undef CAIRO_HAS_TEST_SURFACES */
42
/* #undef CAIRO_HAS_TEST_SURFACES */
41
 
43
 
Line 42... Line 44...
42
/* Define to 1 to enable cairo's cairo-trace feature */
44
/* Define to 1 to enable cairo's cairo-trace feature */
43
//#define CAIRO_HAS_TRACE 1
45
/* #undef CAIRO_HAS_TRACE */
44
 
46
 
Line 71... Line 73...
71
 
73
 
72
/* Define to 1 if you have the  header file. */
74
/* Define to 1 if you have the  header file. */
Line 73... Line 75...
73
#define HAVE_DLFCN_H 1
75
#define HAVE_DLFCN_H 1
74
 
76
 
Line 75... Line 77...
75
/* Define to 1 if you have the `drand48' function. */
77
/* Define to 1 if you have the `drand48' function. */
76
//#define HAVE_DRAND48 1
78
#define HAVE_DRAND48 1
Line 77... Line 79...
77
 
79
 
Line 171... Line 173...
171
 
173
 
172
/* Define to 1 if you have the  header file. */
174
/* Define to 1 if you have the  header file. */
Line 173... Line 175...
173
//#define HAVE_SCHED_H 1
175
//#define HAVE_SCHED_H 1
174
 
176
 
Line 175... Line 177...
175
/* Define to 1 if you have the  header file. */
177
/* Define to 1 if you have the  header file. */
176
//#define HAVE_SETJMP_H 1
178
#define HAVE_SETJMP_H 1
Line 177... Line 179...
177
 
179
 
Line 340... Line 342...
340
 
342
 
341
/* Define to 1 if the X Window System is missing or not being used. */
343
/* Define to 1 if the X Window System is missing or not being used. */
Line 342... Line 344...
342
#define X_DISPLAY_MISSING 1
344
#define X_DISPLAY_MISSING 1
343
 
345
 
Line 344... Line 346...
344
/* Number of bits in a file offset, on hosts where this is settable. */
346
/* Number of bits in a file offset, on hosts where this is settable. */
345
#define _FILE_OFFSET_BITS 64
347
/* #undef _FILE_OFFSET_BITS */
Line 346... Line 348...
346
 
348
 
Line 360... Line 362...
360
/* Define to `__inline__' or `__inline' if that's what the C compiler
362
/* Define to `__inline__' or `__inline' if that's what the C compiler
361
   calls it, or to nothing if 'inline' is not supported under any name.  */
363
   calls it, or to nothing if 'inline' is not supported under any name.  */
362
#ifndef __cplusplus
364
#ifndef __cplusplus
363
/* #undef inline */
365
/* #undef inline */
364
#endif
366
#endif
365
-
 
366
-