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