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