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