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