Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / build_vxworks / db_config_small.h
1 /* DO NOT EDIT: automatically built by dist/s_vxworks. */
2 /* !!!
3  * The CONFIG_TEST option may be added using the Tornado project build.
4  * DO NOT modify it here.
5  */
6 /* Define to 1 if you want to build a version for running the test suite. */
7 /* #undef CONFIG_TEST */
8
9 /* Defined to a size to limit the stack size of Berkeley DB threads. */
10 /* #undef DB_STACKSIZE */
11
12 /* We use DB_WIN32 much as one would use _WIN32 -- to specify that we're using
13    an operating system environment that supports Win32 calls and semantics. We
14    don't use _WIN32 because Cygwin/GCC also defines _WIN32, even though
15    Cygwin/GCC closely emulates the Unix environment. */
16 /* #undef DB_WIN32 */
17
18 /* !!!
19  * The DEBUG option may be added using the Tornado project build.
20  * DO NOT modify it here.
21  */
22 /* Define to 1 if you want a debugging version. */
23 /* #undef DEBUG */
24
25 /* Define to 1 if you want a version that logs read operations. */
26 /* #undef DEBUG_ROP */
27
28 /* Define to 1 if you want a version that logs write operations. */
29 /* #undef DEBUG_WOP */
30
31 /* !!!
32  * The DIAGNOSTIC option may be added using the Tornado project build.
33  * DO NOT modify it here.
34  */
35 /* Define to 1 if you want a version with run-time diagnostic checking. */
36 /* #undef DIAGNOSTIC */
37
38 /* Define to 1 if 64-bit types are available. */
39 #define HAVE_64BIT_TYPES 1
40
41 /* Define to 1 if you have the `abort' function. */
42 #define HAVE_ABORT 1
43
44 /* Define to 1 if you have the `atoi' function. */
45 #define HAVE_ATOI 1
46
47 /* Define to 1 if you have the `atol' function. */
48 #define HAVE_ATOL 1
49
50 /* Define to 1 if platform reads and writes files atomically. */
51 /* #undef HAVE_ATOMICFILEREAD */
52
53 /* Define to 1 to use Solaris library routes for atomic operations. */
54 /* #undef HAVE_ATOMIC_SOLARIS */
55
56 /* Define to 1 to use native atomic operations. */
57 /* #undef HAVE_ATOMIC_SUPPORT */
58
59 /* Define to 1 to use GCC and x86 or x86_64 assemlby language atomic
60    operations. */
61 /* #undef HAVE_ATOMIC_X86_GCC_ASSEMBLY */
62
63 /* Define to 1 if you have the `backtrace' function. */
64 /* #undef HAVE_BACKTRACE */
65
66 /* Define to 1 if you have the `backtrace_symbols' function. */
67 /* #undef HAVE_BACKTRACE_SYMBOLS */
68
69 /* Define to 1 if you have the `bsearch' function. */
70 #define HAVE_BSEARCH 1
71
72 /* Define to 1 if you have the `clock_gettime' function. */
73 #define HAVE_CLOCK_GETTIME 1
74
75 /* Define to 1 if clock_gettime supports CLOCK_MONOTONIC. */
76 /* #undef HAVE_CLOCK_MONOTONIC */
77
78 /* Define to 1 if building compression support. */
79 /* #undef HAVE_COMPRESSION */
80
81 /* Define to 1 if Berkeley DB release includes strong cryptography. */
82 /* #undef HAVE_CRYPTO */
83
84 /* Define to 1 if using Intel IPP for cryptography. */
85 /* #undef HAVE_CRYPTO_IPP */
86
87 /* Define to 1 if you have the `ctime_r' function. */
88 #define HAVE_CTIME_R 1
89
90 /* Define to 1 if ctime_r takes a buffer length as a third argument. */
91 #define HAVE_CTIME_R_3ARG 1
92
93 /* Define to 1 if building the DBM API. */
94 /* #undef HAVE_DBM */
95
96 /* Define to 1 if you have the `directio' function. */
97 /* #undef HAVE_DIRECTIO */
98
99 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
100    */
101 #define HAVE_DIRENT_H 1
102
103 /* Define to 1 if you have the <dlfcn.h> header file. */
104 /* #undef HAVE_DLFCN_H */
105
106 /* Define to 1 to use dtrace for performance event tracing. */
107 /* #undef HAVE_DTRACE */
108
109 /* Define to 1 if you have the <execinfo.h> header file. */
110 /* #undef HAVE_EXECINFO_H */
111
112 /* Define to 1 if you have EXIT_SUCCESS/EXIT_FAILURE #defines. */
113 #define HAVE_EXIT_SUCCESS 1
114
115 /* Define to 1 if you have the `fchmod' function. */
116 /* #undef HAVE_FCHMOD */
117
118 /* Define to 1 if you have the `fclose' function. */
119 #define HAVE_FCLOSE 1
120
121 /* Define to 1 if you have the `fcntl' function. */
122 /* #undef HAVE_FCNTL */
123
124 /* Define to 1 if fcntl/F_SETFD denies child access to file descriptors. */
125 /* #undef HAVE_FCNTL_F_SETFD */
126
127 /* Define to 1 if you have the `fdatasync' function. */
128 /* #undef HAVE_FDATASYNC */
129
130 /* Define to 1 if you have the `fgetc' function. */
131 #define HAVE_FGETC 1
132
133 /* Define to 1 if you have the `fgets' function. */
134 #define HAVE_FGETS 1
135
136 /* Define to 1 if allocated filesystem blocks are not zeroed. */
137 #define HAVE_FILESYSTEM_NOTZERO 1
138
139 /* Define to 1 if you have the `fopen' function. */
140 #define HAVE_FOPEN 1
141
142 /* Define to 1 if you have the `ftruncate' function. */
143 #define HAVE_FTRUNCATE 1
144
145 /* Define to 1 if you have the `fwrite' function. */
146 #define HAVE_FWRITE 1
147
148 /* Define to 1 if you have the `getaddrinfo' function. */
149 #define HAVE_GETADDRINFO 1
150
151 /* Define to 1 if you have the `getcwd' function. */
152 #define HAVE_GETCWD 1
153
154 /* Define to 1 if you have the `getenv' function. */
155 #define HAVE_GETENV 1
156
157 /* Define to 1 if you have the `getgid' function. */
158 #define HAVE_GETGID 1
159
160 /* Define to 1 if you have the `getopt' function. */
161 #define HAVE_GETOPT 1
162
163 /* Define to 1 if getopt supports the optreset variable. */
164 #define HAVE_GETOPT_OPTRESET 1
165
166 /* Define to 1 if you have the `getrusage' function. */
167 /* #undef HAVE_GETRUSAGE */
168
169 /* Define to 1 if you have the `gettimeofday' function. */
170 /* #undef HAVE_GETTIMEOFDAY */
171
172 /* Define to 1 if you have the `getuid' function. */
173 /* #undef HAVE_GETUID */
174
175 /* Define to 1 if building Hash access method. */
176 /* #undef HAVE_HASH */
177
178 /* Define to 1 if building Heap access method. */
179 #define HAVE_HEAP 1
180
181 /* Define to 1 if you have the `hstrerror' function. */
182 /* #undef HAVE_HSTRERROR */
183
184 /* Define to 1 if you have the <inttypes.h> header file. */
185 /* #undef HAVE_INTTYPES_H */
186
187 /* Define to 1 if you have the `isalpha' function. */
188 #define HAVE_ISALPHA 1
189
190 /* Define to 1 if you have the `isdigit' function. */
191 #define HAVE_ISDIGIT 1
192
193 /* Define to 1 if you have the `isprint' function. */
194 #define HAVE_ISPRINT 1
195
196 /* Define to 1 if you have the `isspace' function. */
197 #define HAVE_ISSPACE 1
198
199 /* Define to 1 if you have a localization function to support globalization. */
200 /* #undef HAVE_LOCALIZATION */
201
202 /* Define to 1 if you have the `localtime' function. */
203 #define HAVE_LOCALTIME 1
204
205 /* Define to 1 if you want to enable log checksums. */
206 #define HAVE_LOG_CHECKSUM 1
207
208 /* Define to 1 if you have the `memcmp' function. */
209 #define HAVE_MEMCMP 1
210
211 /* Define to 1 if you have the `memcpy' function. */
212 #define HAVE_MEMCPY 1
213
214 /* Define to 1 if you have the `memmove' function. */
215 #define HAVE_MEMMOVE 1
216
217 /* Define to 1 if you have the <memory.h> header file. */
218 #define HAVE_MEMORY_H 1
219
220 /* Define to 1 if you have the `mlock' function. */
221 /* #undef HAVE_MLOCK */
222
223 /* Define to 1 if you have the `mmap' function. */
224 /* #undef HAVE_MMAP */
225
226 /* Define to 1 where mmap() incrementally extends the accessible mapping as
227    the underlying file grows. */
228 /* #undef HAVE_MMAP_EXTEND */
229
230 /* Define to 1 if you have the `mprotect' function. */
231 /* #undef HAVE_MPROTECT */
232
233 /* Define to 1 if you have the `munlock' function. */
234 /* #undef HAVE_MUNLOCK */
235
236 /* Define to 1 if you have the `munmap' function. */
237 /* #undef HAVE_MUNMAP */
238
239 /* Define to 1 to use the GCC compiler and 68K assembly language mutexes. */
240 /* #undef HAVE_MUTEX_68K_GCC_ASSEMBLY */
241
242 /* Define to 1 to use the AIX _check_lock mutexes. */
243 /* #undef HAVE_MUTEX_AIX_CHECK_LOCK */
244
245 /* Define to 1 to use the GCC compiler and Alpha assembly language mutexes. */
246 /* #undef HAVE_MUTEX_ALPHA_GCC_ASSEMBLY */
247
248 /* Define to 1 to use the GCC compiler and ARM assembly language mutexes. */
249 /* #undef HAVE_MUTEX_ARM_GCC_ASSEMBLY */
250
251 /* Define to 1 to use the Apple/Darwin _spin_lock_try mutexes. */
252 /* #undef HAVE_MUTEX_DARWIN_SPIN_LOCK_TRY */
253
254 /* Define to 1 to use the UNIX fcntl system call mutexes. */
255 /* #undef HAVE_MUTEX_FCNTL */
256
257 /* Define to 1 to use the GCC compiler and PaRisc assembly language mutexes.
258    */
259 /* #undef HAVE_MUTEX_HPPA_GCC_ASSEMBLY */
260
261 /* Define to 1 to use the msem_XXX mutexes on HP-UX. */
262 /* #undef HAVE_MUTEX_HPPA_MSEM_INIT */
263
264 /* Define to 1 to use test-and-set mutexes with blocking mutexes. */
265 /* #undef HAVE_MUTEX_HYBRID */
266
267 /* Define to 1 to use the GCC compiler and IA64 assembly language mutexes. */
268 /* #undef HAVE_MUTEX_IA64_GCC_ASSEMBLY */
269
270 /* Define to 1 to use the GCC compiler and MIPS assembly language mutexes. */
271 /* #undef HAVE_MUTEX_MIPS_GCC_ASSEMBLY */
272
273 /* Define to 1 to use the msem_XXX mutexes on systems other than HP-UX. */
274 /* #undef HAVE_MUTEX_MSEM_INIT */
275
276 /* Define to 1 to use the GCC compiler and PowerPC assembly language mutexes.
277    */
278 /* #undef HAVE_MUTEX_PPC_GCC_ASSEMBLY */
279
280 /* Define to 1 to use POSIX 1003.1 pthread_XXX mutexes. */
281 /* #undef HAVE_MUTEX_PTHREADS */
282
283 /* Define to 1 to use Reliant UNIX initspin mutexes. */
284 /* #undef HAVE_MUTEX_RELIANTUNIX_INITSPIN */
285
286 /* Define to 1 to use the IBM C compiler and S/390 assembly language mutexes.
287    */
288 /* #undef HAVE_MUTEX_S390_CC_ASSEMBLY */
289
290 /* Define to 1 to use the GCC compiler and S/390 assembly language mutexes. */
291 /* #undef HAVE_MUTEX_S390_GCC_ASSEMBLY */
292
293 /* Define to 1 to use the SCO compiler and x86 assembly language mutexes. */
294 /* #undef HAVE_MUTEX_SCO_X86_CC_ASSEMBLY */
295
296 /* Define to 1 to use the obsolete POSIX 1003.1 sema_XXX mutexes. */
297 /* #undef HAVE_MUTEX_SEMA_INIT */
298
299 /* Define to 1 to use the SGI XXX_lock mutexes. */
300 /* #undef HAVE_MUTEX_SGI_INIT_LOCK */
301
302 /* Define to 1 to use the Solaris _lock_XXX mutexes. */
303 /* #undef HAVE_MUTEX_SOLARIS_LOCK_TRY */
304
305 /* Define to 1 to use the Solaris lwp threads mutexes. */
306 /* #undef HAVE_MUTEX_SOLARIS_LWP */
307
308 /* Define to 1 to use the GCC compiler and Sparc assembly language mutexes. */
309 /* #undef HAVE_MUTEX_SPARC_GCC_ASSEMBLY */
310
311 /* Define to 1 if the Berkeley DB library should support mutexes. */
312 #define HAVE_MUTEX_SUPPORT 1
313
314 /* Define to 1 if mutexes hold system resources. */
315 #define HAVE_MUTEX_SYSTEM_RESOURCES 1
316
317 /* Define to 1 to configure mutexes intra-process only. */
318 /* #undef HAVE_MUTEX_THREAD_ONLY */
319
320 /* Define to 1 to use the CC compiler and Tru64 assembly language mutexes. */
321 /* #undef HAVE_MUTEX_TRU64_CC_ASSEMBLY */
322
323 /* Define to 1 to use the UNIX International mutexes. */
324 /* #undef HAVE_MUTEX_UI_THREADS */
325
326 /* Define to 1 to use the UTS compiler and assembly language mutexes. */
327 /* #undef HAVE_MUTEX_UTS_CC_ASSEMBLY */
328
329 /* Define to 1 to use VMS mutexes. */
330 /* #undef HAVE_MUTEX_VMS */
331
332 /* Define to 1 to use VxWorks mutexes. */
333 #define HAVE_MUTEX_VXWORKS 1
334
335 /* Define to 1 to use the MSVC compiler and Windows mutexes. */
336 /* #undef HAVE_MUTEX_WIN32 */
337
338 /* Define to 1 to use the GCC compiler and Windows mutexes. */
339 /* #undef HAVE_MUTEX_WIN32_GCC */
340
341 /* Define to 1 to use the GCC compiler and 64-bit x86 assembly language
342    mutexes. */
343 /* #undef HAVE_MUTEX_X86_64_GCC_ASSEMBLY */
344
345 /* Define to 1 to use the GCC compiler and 32-bit x86 assembly language
346    mutexes. */
347 /* #undef HAVE_MUTEX_X86_GCC_ASSEMBLY */
348
349 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
350 /* #undef HAVE_NDIR_H */
351
352 /* Define to 1 if you have the O_DIRECT flag. */
353 /* #undef HAVE_O_DIRECT */
354
355 /* Define to 1 if building partitioned database support. */
356 /* #undef HAVE_PARTITION */
357
358 /* Define to 1 to enable some kind of performance event monitoring. */
359 /* #undef HAVE_PERFMON */
360
361 /* Define to 1 to enable performance event monitoring of *_stat() statistics.
362    */
363 /* #undef HAVE_PERFMON_STATISTICS */
364
365 /* Define to 1 if you have the `pread' function. */
366 /* #undef HAVE_PREAD */
367
368 /* Define to 1 if you have the `printf' function. */
369 #define HAVE_PRINTF 1
370
371 /* Define to 1 if you have the `pstat_getdynamic' function. */
372 /* #undef HAVE_PSTAT_GETDYNAMIC */
373
374 /* Define to 1 if it is OK to initialize an already initialized
375    pthread_cond_t. */
376 /* #undef HAVE_PTHREAD_COND_REINIT_OKAY */
377
378 /* Define to 1 if it is OK to initialize an already initialized
379    pthread_rwlock_t. */
380 /* #undef HAVE_PTHREAD_RWLOCK_REINIT_OKAY */
381
382 /* Define to 1 if you have the `pthread_self' function. */
383 /* #undef HAVE_PTHREAD_SELF */
384
385 /* Define to 1 if you have the `pthread_yield' function. */
386 /* #undef HAVE_PTHREAD_YIELD */
387
388 /* Define to 1 if you have the `pwrite' function. */
389 /* #undef HAVE_PWRITE */
390
391 /* Define to 1 if building on QNX. */
392 /* #undef HAVE_QNX */
393
394 /* Define to 1 if you have the `qsort' function. */
395 #define HAVE_QSORT 1
396
397 /* Define to 1 if building Queue access method. */
398 /* #undef HAVE_QUEUE */
399
400 /* Define to 1 if you have the `raise' function. */
401 #define HAVE_RAISE 1
402
403 /* Define to 1 if you have the `rand' function. */
404 #define HAVE_RAND 1
405
406 /* Define to 1 if you have the `random' function. */
407 /* #undef HAVE_RANDOM */
408
409 /* Define to 1 if building replication support. */
410 /* #undef HAVE_REPLICATION */
411
412 /* Define to 1 if building the Berkeley DB replication framework. */
413 /* #undef HAVE_REPLICATION */
414
415 /* Define to 1 if you have the `sched_yield' function. */
416 #define HAVE_SCHED_YIELD 1
417
418 /* Define to 1 if you have the `select' function. */
419 #define HAVE_SELECT 1
420
421 /* Define to 1 if you have the `setgid' function. */
422 #define HAVE_SETGID 1
423
424 /* Define to 1 if you have the `setuid' function. */
425 #define HAVE_SETUID 1
426
427 /* Define to 1 to configure Berkeley DB to use shared, read/write latches. */
428 #define HAVE_SHARED_LATCHES 1
429
430 /* Define to 1 if shmctl/SHM_LOCK locks down shared memory segments. */
431 /* #undef HAVE_SHMCTL_SHM_LOCK */
432
433 /* Define to 1 if you have the `shmget' function. */
434 /* #undef HAVE_SHMGET */
435
436 /* Define to 1 if you have the `sigaction' function. */
437 /* #undef HAVE_SIGACTION */
438
439 /* Define to 1 if thread identifier type db_threadid_t is integral. */
440 #define HAVE_SIMPLE_THREAD_TYPE 1
441
442 /* Define to 1 if you have the `snprintf' function. */
443 /* #undef HAVE_SNPRINTF */
444
445 /* Define to 1 if you have the `stat' function. */
446 #define HAVE_STAT 1
447
448 /* Define to 1 if building statistics support. */
449 /* #undef HAVE_STATISTICS */
450
451 /* Define to 1 if you have the <stdint.h> header file. */
452 /* #undef HAVE_STDINT_H */
453
454 /* Define to 1 if you have the <stdlib.h> header file. */
455 #define HAVE_STDLIB_H 1
456
457 /* Define to 1 if you have the `strcasecmp' function. */
458 /* #undef HAVE_STRCASECMP */
459
460 /* Define to 1 if you have the `strcat' function. */
461 #define HAVE_STRCAT 1
462
463 /* Define to 1 if you have the `strchr' function. */
464 #define HAVE_STRCHR 1
465
466 /* Define to 1 if you have the `strdup' function. */
467 /* #undef HAVE_STRDUP */
468
469 /* Define to 1 if you have the `strerror' function. */
470 #define HAVE_STRERROR 1
471
472 /* Define to 1 if you have the `strftime' function. */
473 #define HAVE_STRFTIME 1
474
475 /* Define to 1 if you have the <strings.h> header file. */
476 #define HAVE_STRINGS_H 1
477
478 /* Define to 1 if you have the <string.h> header file. */
479 #define HAVE_STRING_H 1
480
481 /* Define to 1 if building without output message content. */
482 /* #undef HAVE_STRIPPED_MESSAGES */
483
484 /* Define to 1 if you have the `strncat' function. */
485 #define HAVE_STRNCAT 1
486
487 /* Define to 1 if you have the `strncmp' function. */
488 #define HAVE_STRNCMP 1
489
490 /* Define to 1 if you have the `strrchr' function. */
491 #define HAVE_STRRCHR 1
492
493 /* Define to 1 if you have the `strsep' function. */
494 /* #undef HAVE_STRSEP */
495
496 /* Define to 1 if you have the `strtol' function. */
497 #define HAVE_STRTOL 1
498
499 /* Define to 1 if you have the `strtoul' function. */
500 #define HAVE_STRTOUL 1
501
502 /* Define to 1 if `st_blksize' is member of `struct stat'. */
503 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
504
505 /* Define to 1 if you have the `sysconf' function. */
506 /* #undef HAVE_SYSCONF */
507
508 /* Define to 1 if port includes files in the Berkeley DB source code. */
509 #define HAVE_SYSTEM_INCLUDE_FILES 1
510
511 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
512    */
513 /* #undef HAVE_SYS_DIR_H */
514
515 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
516    */
517 /* #undef HAVE_SYS_NDIR_H */
518
519 /* Define to 1 if you have the <sys/sdt.h> header file. */
520 /* #undef HAVE_SYS_SDT_H */
521
522 /* Define to 1 if you have the <sys/select.h> header file. */
523 /* #undef HAVE_SYS_SELECT_H */
524
525 /* Define to 1 if you have the <sys/socket.h> header file. */
526 #define HAVE_SYS_SOCKET_H 1
527
528 /* Define to 1 if you have the <sys/stat.h> header file. */
529 /* #undef HAVE_SYS_STAT_H */
530
531 /* Define to 1 if you have the <sys/time.h> header file. */
532 /* #undef HAVE_SYS_TIME_H */
533
534 /* Define to 1 if you have the <sys/types.h> header file. */
535 /* #undef HAVE_SYS_TYPES_H */
536
537 /* Define to 1 if you have the `time' function. */
538 #define HAVE_TIME 1
539
540 /* Define to 1 if you have the <unistd.h> header file. */
541 #define HAVE_UNISTD_H 1
542
543 /* Define to 1 if unlink of file with open file descriptors will fail. */
544 #define HAVE_UNLINK_WITH_OPEN_FAILURE 1
545
546 /* Define to 1 if port includes historic database upgrade support. */
547 #define HAVE_UPGRADE_SUPPORT 1
548
549 /* Define to 1 if building access method verification support. */
550 /* #undef HAVE_VERIFY */
551
552 /* Define to 1 if you have the `vsnprintf' function. */
553 /* #undef HAVE_VSNPRINTF */
554
555 /* Define to 1 if building VxWorks. */
556 #define HAVE_VXWORKS 1
557
558 /* Define to 1 if you have the `yield' function. */
559 /* #undef HAVE_YIELD */
560
561 /* Define to 1 if you have the `_fstati64' function. */
562 /* #undef HAVE__FSTATI64 */
563
564 /* Define to the sub-directory in which libtool stores uninstalled libraries. */
565 /* #undef LT_OBJDIR */
566
567 /* Define to the address where bug reports for this package should be sent. */
568 #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
569
570 /* Define to the full name of this package. */
571 #define PACKAGE_NAME "Berkeley DB"
572
573 /* Define to the full name and version of this package. */
574 #define PACKAGE_STRING "Berkeley DB 5.3.21"
575
576 /* Define to the one symbol short name of this package. */
577 #define PACKAGE_TARNAME "db-5.3.21"
578
579 /* Define to the home page for this package. */
580 #define PACKAGE_URL "http://www.oracle.com/technology/software/products/berkeley-db/index.html"
581
582 /* Define to the version of this package. */
583 #define PACKAGE_VERSION "5.3.21"
584
585 /* The size of a `char', as computed by sizeof. */
586 /* #undef SIZEOF_CHAR */
587
588 /* The size of a `char *', as computed by sizeof. */
589 #define SIZEOF_CHAR_P 4
590
591 /* The size of a `int', as computed by sizeof. */
592 /* #undef SIZEOF_INT */
593
594 /* The size of a `long', as computed by sizeof. */
595 /* #undef SIZEOF_LONG */
596
597 /* The size of a `long long', as computed by sizeof. */
598 /* #undef SIZEOF_LONG_LONG */
599
600 /* The size of a `short', as computed by sizeof. */
601 /* #undef SIZEOF_SHORT */
602
603 /* The size of a `size_t', as computed by sizeof. */
604 /* #undef SIZEOF_SIZE_T */
605
606 /* The size of a `unsigned char', as computed by sizeof. */
607 /* #undef SIZEOF_UNSIGNED_CHAR */
608
609 /* The size of a `unsigned int', as computed by sizeof. */
610 /* #undef SIZEOF_UNSIGNED_INT */
611
612 /* The size of a `unsigned long', as computed by sizeof. */
613 /* #undef SIZEOF_UNSIGNED_LONG */
614
615 /* The size of a `unsigned long long', as computed by sizeof. */
616 /* #undef SIZEOF_UNSIGNED_LONG_LONG */
617
618 /* The size of a `unsigned short', as computed by sizeof. */
619 /* #undef SIZEOF_UNSIGNED_SHORT */
620
621 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
622 /* #undef STAT_MACROS_BROKEN */
623
624 /* Define to 1 if you have the ANSI C header files. */
625 #define STDC_HEADERS 1
626
627 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
628 /* #undef TIME_WITH_SYS_TIME */
629
630 /* Define to 1 to mask harmless uninitialized memory read/writes. */
631 /* #undef UMRW */
632
633 /* Number of bits in a file offset, on hosts where this is settable. */
634 /* #undef _FILE_OFFSET_BITS */
635
636 /* Define for large files, on AIX-style hosts. */
637 /* #undef _LARGE_FILES */
638
639 /* Define to empty if `const' does not conform to ANSI C. */
640 /* #undef const */
641
642 /* Define to `__inline__' or `__inline' if that's what the C compiler
643    calls it, or to nothing if 'inline' is not supported under any name.  */
644 #ifndef __cplusplus
645 #define inline
646 #endif
647
648 /* type to use in place of socklen_t if not defined */
649 /* #undef socklen_t */