Subversion Repositories Kolibri OS

Rev

Rev 1897 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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