Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
5191 serge 1
/* config.h.  Generated from config.in by configure.  */
2
/* config.in.  Generated from configure.ac by autoheader.  */
3
 
4
/* Define if building universal (internal helper macro) */
5
/* #undef AC_APPLE_UNIVERSAL_BUILD */
6
 
7
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
8
   This function is required for alloca.c support on those systems. */
9
/* #undef CRAY_STACKSEG_END */
10
 
11
/* Define to 1 if you have the  header file. */
6324 serge 12
#define HAVE_ALLOCA_H 1
5191 serge 13
 
14
/* Define to 1 if you have the `asprintf' function. */
6324 serge 15
#define HAVE_ASPRINTF 1
5191 serge 16
 
17
/* Define to 1 if you have the `atexit' function. */
18
#define HAVE_ATEXIT 1
19
 
20
/* Define to 1 if you have the `basename' function. */
21
#define HAVE_BASENAME 1
22
 
23
/* Define to 1 if you have the `bcmp' function. */
24
/* #undef HAVE_BCMP */
25
 
26
/* Define to 1 if you have the `bcopy' function. */
27
/* #undef HAVE_BCOPY */
28
 
29
/* Define to 1 if you have the `bsearch' function. */
30
#define HAVE_BSEARCH 1
31
 
32
/* Define to 1 if you have the `bzero' function. */
33
/* #undef HAVE_BZERO */
34
 
35
/* Define to 1 if you have the `calloc' function. */
36
#define HAVE_CALLOC 1
37
 
38
/* Define to 1 if you have the `canonicalize_file_name' function. */
39
/* #undef HAVE_CANONICALIZE_FILE_NAME */
40
 
41
/* Define to 1 if you have the `clock' function. */
42
#define HAVE_CLOCK 1
43
 
44
/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
45
   don't. */
6324 serge 46
#define HAVE_DECL_ASPRINTF 1
5191 serge 47
 
48
/* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
49
   you don't. */
6324 serge 50
#define HAVE_DECL_BASENAME 1
5191 serge 51
 
52
/* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
53
   */
54
#define HAVE_DECL_CALLOC 1
55
 
56
/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
57
#define HAVE_DECL_FFS 0
58
 
59
/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
60
   */
61
#define HAVE_DECL_GETENV 1
62
 
63
/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
64
   */
65
#define HAVE_DECL_GETOPT 1
66
 
67
/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
68
   */
69
#define HAVE_DECL_MALLOC 1
70
 
71
/* Define to 1 if you have the declaration of `realloc', and to 0 if you
72
   don't. */
73
#define HAVE_DECL_REALLOC 1
74
 
75
/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
76
   */
77
#define HAVE_DECL_SBRK 0
78
 
79
/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
80
   don't. */
81
#define HAVE_DECL_SNPRINTF 1
82
 
83
/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
84
   don't. */
85
#define HAVE_DECL_STRVERSCMP 0
86
 
87
/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
88
   don't. */
6324 serge 89
#define HAVE_DECL_VASPRINTF 1
5191 serge 90
 
91
/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
92
   don't. */
93
#define HAVE_DECL_VSNPRINTF 1
94
 
95
/* Define to 1 if you have the `dup3' function. */
96
/* #undef HAVE_DUP3 */
97
 
98
/* Define to 1 if you have the  header file. */
99
#define HAVE_FCNTL_H 1
100
 
101
/* Define to 1 if you have the `ffs' function. */
102
/* #undef HAVE_FFS */
103
 
104
/* Define to 1 if you have the `fork' function. */
105
/* #undef HAVE_FORK */
106
 
107
/* Define to 1 if you have the `getcwd' function. */
108
#define HAVE_GETCWD 1
109
 
110
/* Define to 1 if you have the `getpagesize' function. */
111
#define HAVE_GETPAGESIZE 1
112
 
113
/* Define to 1 if you have the `getrlimit' function. */
114
/* #undef HAVE_GETRLIMIT */
115
 
116
/* Define to 1 if you have the `getrusage' function. */
117
/* #undef HAVE_GETRUSAGE */
118
 
119
/* Define to 1 if you have the `getsysinfo' function. */
120
/* #undef HAVE_GETSYSINFO */
121
 
122
/* Define to 1 if you have the `gettimeofday' function. */
123
#define HAVE_GETTIMEOFDAY 1
124
 
125
/* Define to 1 if you have the `index' function. */
126
/* #undef HAVE_INDEX */
127
 
128
/* Define to 1 if you have the `insque' function. */
129
/* #undef HAVE_INSQUE */
130
 
131
/* Define to 1 if the system has the type `intptr_t'. */
132
#define HAVE_INTPTR_T 1
133
 
134
/* Define to 1 if you have the  header file. */
135
#define HAVE_INTTYPES_H 1
136
 
137
/* Define to 1 if you have the  header file. */
138
#define HAVE_LIMITS_H 1
139
 
6324 serge 140
/* Define if you have the `long long' type. */
141
#define HAVE_LONG_LONG 1
142
 
5191 serge 143
/* Define to 1 if you have the  header file. */
144
/* #undef HAVE_MACHINE_HAL_SYSINFO_H */
145
 
146
/* Define to 1 if you have the  header file. */
147
#define HAVE_MALLOC_H 1
148
 
149
/* Define to 1 if you have the `memchr' function. */
150
#define HAVE_MEMCHR 1
151
 
152
/* Define to 1 if you have the `memcmp' function. */
153
#define HAVE_MEMCMP 1
154
 
155
/* Define to 1 if you have the `memcpy' function. */
156
#define HAVE_MEMCPY 1
157
 
158
/* Define to 1 if you have the `memmem' function. */
159
/* #undef HAVE_MEMMEM */
160
 
161
/* Define to 1 if you have the `memmove' function. */
162
#define HAVE_MEMMOVE 1
163
 
164
/* Define to 1 if you have the  header file. */
165
#define HAVE_MEMORY_H 1
166
 
167
/* Define to 1 if you have the `memset' function. */
168
#define HAVE_MEMSET 1
169
 
170
/* Define to 1 if you have the `mkstemps' function. */
5217 serge 171
#define HAVE_MKSTEMPS 1
5191 serge 172
 
173
/* Define to 1 if you have a working `mmap' system call. */
174
/* #undef HAVE_MMAP */
175
 
176
/* Define to 1 if you have the `on_exit' function. */
177
/* #undef HAVE_ON_EXIT */
178
 
179
/* Define to 1 if you have the  header file. */
180
#define HAVE_PROCESS_H 1
181
 
182
/* Define to 1 if you have the `psignal' function. */
183
/* #undef HAVE_PSIGNAL */
184
 
185
/* Define to 1 if you have the `pstat_getdynamic' function. */
186
/* #undef HAVE_PSTAT_GETDYNAMIC */
187
 
188
/* Define to 1 if you have the `pstat_getstatic' function. */
189
/* #undef HAVE_PSTAT_GETSTATIC */
190
 
191
/* Define to 1 if you have the `putenv' function. */
192
#define HAVE_PUTENV 1
193
 
194
/* Define to 1 if you have the `random' function. */
195
/* #undef HAVE_RANDOM */
196
 
197
/* Define to 1 if you have the `realpath' function. */
198
/* #undef HAVE_REALPATH */
199
 
200
/* Define to 1 if you have the `rename' function. */
201
#define HAVE_RENAME 1
202
 
203
/* Define to 1 if you have the `rindex' function. */
204
/* #undef HAVE_RINDEX */
205
 
206
/* Define to 1 if you have the `sbrk' function. */
207
/* #undef HAVE_SBRK */
208
 
209
/* Define to 1 if you have the `setenv' function. */
210
/* #undef HAVE_SETENV */
211
 
212
/* Define to 1 if you have the `setproctitle' function. */
213
/* #undef HAVE_SETPROCTITLE */
214
 
215
/* Define to 1 if you have the `setrlimit' function. */
216
/* #undef HAVE_SETRLIMIT */
217
 
218
/* Define to 1 if you have the `sigsetmask' function. */
219
/* #undef HAVE_SIGSETMASK */
220
 
221
/* Define to 1 if you have the `snprintf' function. */
222
#define HAVE_SNPRINTF 1
223
 
224
/* Define to 1 if you have the `spawnve' function. */
6324 serge 225
#define HAVE_SPAWNVE 0
5191 serge 226
 
227
/* Define to 1 if you have the `spawnvpe' function. */
6324 serge 228
#define HAVE_SPAWNVPE 0
5191 serge 229
 
230
/* Define to 1 if you have the  header file. */
231
#define HAVE_STDINT_H 1
232
 
233
/* Define to 1 if you have the  header file. */
234
/* #undef HAVE_STDIO_EXT_H */
235
 
236
/* Define to 1 if you have the  header file. */
237
#define HAVE_STDLIB_H 1
238
 
239
/* Define to 1 if you have the `stpcpy' function. */
240
/* #undef HAVE_STPCPY */
241
 
242
/* Define to 1 if you have the `stpncpy' function. */
243
/* #undef HAVE_STPNCPY */
244
 
245
/* Define to 1 if you have the `strcasecmp' function. */
6324 serge 246
#define HAVE_STRCASECMP 1
5191 serge 247
 
248
/* Define to 1 if you have the `strchr' function. */
249
#define HAVE_STRCHR 1
250
 
251
/* Define to 1 if you have the `strdup' function. */
252
#define HAVE_STRDUP 1
253
 
254
/* Define to 1 if you have the `strerror' function. */
255
#define HAVE_STRERROR 1
256
 
257
/* Define to 1 if you have the  header file. */
258
#define HAVE_STRINGS_H 1
259
 
260
/* Define to 1 if you have the  header file. */
261
#define HAVE_STRING_H 1
262
 
263
/* Define to 1 if you have the `strncasecmp' function. */
264
/* #undef HAVE_STRNCASECMP */
265
 
266
/* Define to 1 if you have the `strndup' function. */
267
/* #undef HAVE_STRNDUP */
268
 
269
/* Define to 1 if you have the `strnlen' function. */
6324 serge 270
#define HAVE_STRNLEN 1
5191 serge 271
 
272
/* Define to 1 if you have the `strrchr' function. */
273
#define HAVE_STRRCHR 1
274
 
275
/* Define to 1 if you have the `strsignal' function. */
276
/* #undef HAVE_STRSIGNAL */
277
 
278
/* Define to 1 if you have the `strstr' function. */
279
#define HAVE_STRSTR 1
280
 
281
/* Define to 1 if you have the `strtod' function. */
282
#define HAVE_STRTOD 1
283
 
284
/* Define to 1 if you have the `strtol' function. */
285
#define HAVE_STRTOL 1
286
 
6324 serge 287
/* Define to 1 if you have the `strtoll' function. */
288
#define HAVE_STRTOLL 1
289
 
5191 serge 290
/* Define to 1 if you have the `strtoul' function. */
291
#define HAVE_STRTOUL 1
292
 
293
/* Define to 1 if you have the `strverscmp' function. */
294
/* #undef HAVE_STRVERSCMP */
295
 
296
/* Define to 1 if you have the `sysconf' function. */
297
/* #undef HAVE_SYSCONF */
298
 
299
/* Define to 1 if you have the `sysctl' function. */
300
/* #undef HAVE_SYSCTL */
301
 
302
/* Define to 1 if you have the `sysmp' function. */
303
/* #undef HAVE_SYSMP */
304
 
305
/* Define if you have the sys_errlist variable. */
306
#define HAVE_SYS_ERRLIST 1
307
 
308
/* Define to 1 if you have the  header file. */
309
#define HAVE_SYS_FILE_H 1
310
 
311
/* Define to 1 if you have the  header file. */
312
/* #undef HAVE_SYS_MMAN_H */
313
 
314
/* Define if you have the sys_nerr variable. */
315
#define HAVE_SYS_NERR 1
316
 
317
/* Define to 1 if you have the  header file. */
318
#define HAVE_SYS_PARAM_H 1
319
 
320
/* Define to 1 if you have the  header file. */
321
/* #undef HAVE_SYS_PRCTL_H */
322
 
323
/* Define to 1 if you have the  header file. */
324
/* #undef HAVE_SYS_PSTAT_H */
325
 
326
/* Define to 1 if you have the  header file. */
327
/* #undef HAVE_SYS_RESOURCE_H */
328
 
329
/* Define if you have the sys_siglist variable. */
330
/* #undef HAVE_SYS_SIGLIST */
331
 
332
/* Define to 1 if you have the  header file. */
333
#define HAVE_SYS_STAT_H 1
334
 
335
/* Define to 1 if you have the  header file. */
336
/* #undef HAVE_SYS_SYSCTL_H */
337
 
338
/* Define to 1 if you have the  header file. */
339
/* #undef HAVE_SYS_SYSINFO_H */
340
 
341
/* Define to 1 if you have the  header file. */
342
/* #undef HAVE_SYS_SYSMP_H */
343
 
344
/* Define to 1 if you have the  header file. */
345
/* #undef HAVE_SYS_SYSTEMCFG_H */
346
 
347
/* Define to 1 if you have the  header file. */
348
/* #undef HAVE_SYS_TABLE_H */
349
 
350
/* Define to 1 if you have the  header file. */
351
#define HAVE_SYS_TIME_H 1
352
 
353
/* Define to 1 if you have the  header file. */
354
#define HAVE_SYS_TYPES_H 1
355
 
356
/* Define to 1 if you have  that is POSIX.1 compatible. */
357
/* #undef HAVE_SYS_WAIT_H */
358
 
359
/* Define to 1 if you have the `table' function. */
360
/* #undef HAVE_TABLE */
361
 
362
/* Define to 1 if you have the `times' function. */
363
/* #undef HAVE_TIMES */
364
 
365
/* Define to 1 if you have the  header file. */
366
#define HAVE_TIME_H 1
367
 
368
/* Define to 1 if you have the `tmpnam' function. */
369
#define HAVE_TMPNAM 1
370
 
371
/* Define if you have the \`uintptr_t' type. */
372
#define HAVE_UINTPTR_T 1
373
 
374
/* Define to 1 if you have the  header file. */
375
#define HAVE_UNISTD_H 1
376
 
377
/* Define to 1 if you have the `vasprintf' function. */
378
/* #undef HAVE_VASPRINTF */
379
 
380
/* Define to 1 if you have the `vfork' function. */
381
/* #undef HAVE_VFORK */
382
 
383
/* Define to 1 if you have the  header file. */
384
/* #undef HAVE_VFORK_H */
385
 
386
/* Define to 1 if you have the `vfprintf' function. */
387
#define HAVE_VFPRINTF 1
388
 
389
/* Define to 1 if you have the `vprintf' function. */
390
#define HAVE_VPRINTF 1
391
 
392
/* Define to 1 if you have the `vsprintf' function. */
393
#define HAVE_VSPRINTF 1
394
 
395
/* Define to 1 if you have the `wait3' function. */
396
/* #undef HAVE_WAIT3 */
397
 
398
/* Define to 1 if you have the `wait4' function. */
399
/* #undef HAVE_WAIT4 */
400
 
401
/* Define to 1 if you have the `waitpid' function. */
402
/* #undef HAVE_WAITPID */
403
 
404
/* Define to 1 if `fork' works. */
405
/* #undef HAVE_WORKING_FORK */
406
 
407
/* Define to 1 if `vfork' works. */
408
/* #undef HAVE_WORKING_VFORK */
409
 
410
/* Define to 1 if you have the `_doprnt' function. */
411
/* #undef HAVE__DOPRNT */
412
 
413
/* Define if you have the _system_configuration variable. */
414
/* #undef HAVE__SYSTEM_CONFIGURATION */
415
 
416
/* Define to 1 if you have the `__fsetlocking' function. */
417
/* #undef HAVE___FSETLOCKING */
418
 
419
/* Define if canonicalize_file_name is not declared in system header files. */
420
#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
421
 
422
/* Define if errno must be declared even when  is included. */
423
/* #undef NEED_DECLARATION_ERRNO */
424
 
425
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
426
/* #undef NO_MINUS_C_MINUS_O */
427
 
428
/* Define to the address where bug reports for this package should be sent. */
429
#define PACKAGE_BUGREPORT ""
430
 
431
/* Define to the full name of this package. */
432
#define PACKAGE_NAME ""
433
 
434
/* Define to the full name and version of this package. */
435
#define PACKAGE_STRING ""
436
 
437
/* Define to the one symbol short name of this package. */
438
#define PACKAGE_TARNAME ""
439
 
440
/* Define to the home page for this package. */
441
#define PACKAGE_URL ""
442
 
443
/* Define to the version of this package. */
444
#define PACKAGE_VERSION ""
445
 
446
/* The size of `int', as computed by sizeof. */
447
#define SIZEOF_INT 4
448
 
6324 serge 449
/* The size of `long', as computed by sizeof. */
450
#define SIZEOF_LONG 4
451
 
452
/* The size of `long long', as computed by sizeof. */
453
#define SIZEOF_LONG_LONG 8
454
 
455
/* The size of `size_t', as computed by sizeof. */
456
#define SIZEOF_SIZE_T 4
457
 
5191 serge 458
/* Define if you know the direction of stack growth for your system; otherwise
459
   it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
460
   toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
461
   STACK_DIRECTION = 0 => direction of growth unknown */
462
#define STACK_DIRECTION -1
463
 
464
/* Define to 1 if you have the ANSI C header files. */
465
#define STDC_HEADERS 1
466
 
467
/* Define to 1 if you can safely include both  and . */
468
#define TIME_WITH_SYS_TIME 1
469
 
470
/* Define to an unsigned 64-bit type available in the compiler. */
471
#define UNSIGNED_64BIT_TYPE uint64_t
472
 
473
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
474
   significant byte first (like Motorola and SPARC, unlike Intel). */
475
#if defined AC_APPLE_UNIVERSAL_BUILD
476
# if defined __BIG_ENDIAN__
477
#  define WORDS_BIGENDIAN 1
478
# endif
479
#else
480
# ifndef WORDS_BIGENDIAN
481
/* #  undef WORDS_BIGENDIAN */
482
# endif
483
#endif
484
 
485
/* Number of bits in a file offset, on hosts where this is settable. */
486
/* #undef _FILE_OFFSET_BITS */
487
 
488
/* Define for large files, on AIX-style hosts. */
489
/* #undef _LARGE_FILES */
490
 
6324 serge 491
/* Define to 1 if on MINIX. */
492
/* #undef _MINIX */
493
 
494
/* Define to 2 if the system does not provide POSIX.1 features except with
495
   this defined. */
496
/* #undef _POSIX_1_SOURCE */
497
 
498
/* Define to 1 if you need to in order for `stat' and other things to work. */
499
/* #undef _POSIX_SOURCE */
500
 
5191 serge 501
/* Define to empty if `const' does not conform to ANSI C. */
502
/* #undef const */
503
 
504
/* Define to `__inline__' or `__inline' if that's what the C compiler
505
   calls it, or to nothing if 'inline' is not supported under any name.  */
506
#ifndef __cplusplus
507
/* #undef inline */
508
#endif
509
 
510
/* Define to the type of a signed integer type wide enough to hold a pointer,
511
   if such a type exists, and if the system does not define it. */
512
/* #undef intptr_t */
513
 
514
/* Define to `int' if  does not define. */
515
/* #undef pid_t */
516
 
517
/* Define to `int' if  does not define. */
518
/* #undef ssize_t */
519
 
520
/* Define to the type of an unsigned integer type wide enough to hold a
521
   pointer, if such a type exists, and if the system does not define it. */
522
/* #undef uintptr_t */
523
 
524
/* Define as `fork' if `vfork' does not work. */
525
#define vfork fork