1/* Define to 1 if you want to build a version for running the test suite. */
2/* #undef CONFIG_TEST */
3
4/* We use DB_WIN32 much as one would use _WIN32 -- to specify that we're using
5   an operating system environment that supports Win32 calls and semantics. We
6   don't use _WIN32 because Cygwin/GCC also defines _WIN32, even though
7   Cygwin/GCC closely emulates the Unix environment. */
8#define DB_WIN32 1
9
10/* Define to 1 if you want a debugging version. */
11#if defined(_DEBUG)
12#if !defined(DEBUG)
13#define DEBUG 1
14#endif
15#endif
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 you have the `backtrace' function. */
39/* #undef HAVE_BACKTRACE */
40
41/* Define to 1 if you have the `backtrace_symbols' function. */
42/* #undef HAVE_BACKTRACE_SYMBOLS */
43
44/* Define to 1 if building BREW. */
45/* #undef HAVE_BREW */
46
47/* Define to 1 if building on BREW (SDK2). */
48/* #undef HAVE_BREW_SDK2 */
49
50/* Define to 1 if you have the `clock_gettime' function. */
51/* #undef HAVE_CLOCK_GETTIME */
52
53/* Define to 1 if clock_gettime supports CLOCK_MONOTONIC. */
54/* #undef HAVE_CLOCK_MONOTONIC */
55
56/* Define to 1 if Berkeley DB release includes strong cryptography. */
57#ifndef HAVE_SMALLBUILD
58#define HAVE_CRYPTO 1
59#endif
60
61/* Define to 1 if you have the `ctime_r' function. */
62/* #undef HAVE_CTIME_R  */
63
64/* Define to 1 if ctime_r takes a buffer length as a third argument. */
65/* #undef HAVE_CTIME_R_3ARG */
66
67/* Define to 1 if you have the `directio' function. */
68/* #undef HAVE_DIRECTIO */
69
70/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
71   */
72/* #undef HAVE_DIRENT_H */
73
74/* Define to 1 if you have the <dlfcn.h> header file. */
75/* #undef HAVE_DLFCN_H */
76
77/* Define to 1 if you have the <execinfo.h> header file. */
78/* #undef HAVE_EXECINFO_H */
79
80/* Define to 1 if you have EXIT_SUCCESS/EXIT_FAILURE #defines. */
81#define HAVE_EXIT_SUCCESS 1
82
83/* Define to 1 if you have the `fchmod' function. */
84/* #undef HAVE_FCHMOD */
85
86/* Define to 1 if you have the `fclose' function. */
87#define HAVE_FCLOSE 1
88
89/* Define to 1 if you have the `fcntl' function. */
90/* #undef HAVE_FCNTL */
91
92/* Define to 1 if fcntl/F_SETFD denies child access to file descriptors. */
93/* #undef HAVE_FCNTL_F_SETFD */
94
95/* Define to 1 if you have the `fdatasync' function. */
96/* #undef HAVE_FDATASYNC */
97
98/* Define to 1 if you have the `fgetc' function. */
99#define HAVE_FGETC 1
100
101/* Define to 1 if you have the `fgets' function. */
102#define HAVE_FGETS 1
103
104/* Define to 1 if allocated filesystem blocks are not zeroed. */
105#define HAVE_FILESYSTEM_NOTZERO 1
106
107/* Define to 1 if you have the `fopen' function. */
108#define HAVE_FOPEN 1
109
110/* Define to 1 if you have the `ftruncate' function. */
111#define HAVE_FTRUNCATE 1
112
113/* Define to 1 if you have the `fwrite' function. */
114#define HAVE_FWRITE 1
115
116/* Define to 1 if you have the `getaddrinfo' function. */
117/* #undef HAVE_GETADDRINFO */
118
119/* Define to 1 if you have the `getcwd' function. */
120#define HAVE_GETCWD 1
121
122/* Define to 1 if you have the `getenv' function. */
123#define HAVE_GETENV 1
124
125/* Define to 1 if you have the `getgid' function. */
126/* #undef HAVE_GETGID */
127
128/* Define to 1 if you have the `getopt' function. */
129/*
130 * Windows does not have the getopt function, but as Berkeley DB example
131 * programs require getopt, we handle it outside of this configuration.
132 */
133#define	HAVE_GETOPT 1
134
135/* Define to 1 if getopt supports the optreset variable. */
136#define HAVE_GETOPT_OPTRESET 1
137
138/* Define to 1 if you have the `getrusage' function. */
139/* #undef HAVE_GETRUSAGE */
140
141/* Define to 1 if you have the `gettimeofday' function. */
142/* #undef HAVE_GETTIMEOFDAY */
143
144/* Define to 1 if you have the `getuid' function. */
145/* #undef HAVE_GETUID */
146
147/* Define to 1 if building Hash access method. */
148#ifndef HAVE_SMALLBUILD
149#define HAVE_HASH 1
150#endif
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 `localtime' function. */
168#define HAVE_LOCALTIME 1
169
170/* Define to 1 if you have the `isspace' function. */
171#define HAVE_ISSPACE 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/* #undef HAVE_MUTEX_SYSTEM_RESOURCES */
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/* #undef HAVE_MUTEX_VXWORKS */
295
296/* Define to 1 to use the MSVC compiler and Windows mutexes. */
297#define HAVE_MUTEX_WIN32 1
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#ifndef HAVE_SMALLBUILD
342#define HAVE_QUEUE 1
343#endif
344
345/* Define to 1 if you have the `raise' function. */
346#define HAVE_RAISE 1
347
348/* Define to 1 if you have the `rand' function. */
349#define HAVE_RAND 1
350
351/* Define to 1 if building replication support. */
352#ifndef HAVE_SMALLBUILD
353#define HAVE_REPLICATION 1
354#endif
355
356/* Define to 1 if building the Berkeley DB replication framework. */
357#ifndef HAVE_SMALLBUILD
358#define HAVE_REPLICATION_THREADS 1
359#endif
360
361/* Define to 1 if building RPC client/server. */
362/* #undef HAVE_RPC */
363
364/* Define to 1 if building on S60. */
365/* #undef HAVE_S60 */
366
367/* Define to 1 if you have the `sched_yield' function. */
368/* #undef HAVE_SCHED_YIELD */
369
370/* Define to 1 if you have the `select' function. */
371/* #undef HAVE_SELECT */
372
373/* Define to 1 if you have the `setgid' function. */
374/* #undef HAVE_SETGID */
375
376/* Define to 1 if you have the `setuid' function. */
377#define HAVE_SETUID 1
378
379/* Define to 1 if shmctl/SHM_LOCK locks down shared memory segments. */
380/* #undef HAVE_SHMCTL_SHM_LOCK */
381
382/* Define to 1 if you have the `shmget' function. */
383/* #undef HAVE_SHMGET */
384
385/* Define to 1 if you have the `sigaction' function. */
386/* #undef HAVE_SIGACTION */
387
388/* Define to 1 if thread identifier type db_threadid_t is integral. */
389#define HAVE_SIMPLE_THREAD_TYPE 1
390
391/* Define to 1 if you have the `snprintf' function. */
392#define HAVE_SNPRINTF 1
393
394/* Define to 1 if you have the `stat' function. */
395#define HAVE_STAT 1
396
397/* Define to 1 if building statistics support. */
398#define HAVE_STATISTICS 1
399
400/* Define to 1 if you have the <stdint.h> header file. */
401/* #undef HAVE_STDINT_H */
402
403/* Define to 1 if you have the <stdlib.h> header file. */
404#define HAVE_STDLIB_H 1
405
406/* Define to 1 if you have the `strcasecmp' function. */
407#define HAVE_STRCASECMP 1
408
409/* Define to 1 if you have the `strcat' function. */
410#define HAVE_STRCAT 1
411
412/* Define to 1 if you have the `strchr' function. */
413#define HAVE_STRCHR 1
414
415/* Define to 1 if you have the `strdup' function. */
416#define HAVE_STRDUP 1
417
418/* Define to 1 if you have the `strerror' function. */
419#define HAVE_STRERROR 1
420
421/* Define to 1 if you have the `strftime' function. */
422#define HAVE_STRFTIME 1
423
424/* Define to 1 if you have the <strings.h> header file. */
425#define HAVE_STRINGS_H 1
426
427/* Define to 1 if you have the <string.h> header file. */
428#define HAVE_STRING_H 1
429
430/* Define to 1 if you have the `strncat' function. */
431#define HAVE_STRNCAT 1
432
433/* Define to 1 if you have the `strncmp' function. */
434#define HAVE_STRNCMP 1
435
436/* Define to 1 if you have the `strrchr' function. */
437#define HAVE_STRRCHR 1
438
439/* Define to 1 if you have the `strsep' function. */
440/* #undef HAVE_STRSEP */
441
442/* Define to 1 if you have the `strtol' function. */
443#define HAVE_STRTOL 1
444
445/* Define to 1 if you have the `strtoul' function. */
446#define HAVE_STRTOUL 1
447
448/* Define to 1 if `st_blksize' is member of `struct stat'. */
449/* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
450
451/* Define to 1 if you have the `sysconf' function. */
452/* #undef HAVE_SYSCONF */
453
454/* Define to 1 if port includes files in the Berkeley DB source code. */
455/* #undef HAVE_SYSTEM_INCLUDE_FILES */
456
457/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
458   */
459/* #undef HAVE_SYS_DIR_H */
460
461/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
462   */
463/* #undef HAVE_SYS_NDIR_H */
464
465/* Define to 1 if you have the <sys/select.h> header file. */
466/* #undef HAVE_SYS_SELECT_H */
467
468/* Define to 1 if you have the <sys/socket.h> header file. */
469/* #undef HAVE_SYS_SOCKET_H */
470
471/* Define to 1 if you have the <sys/stat.h> header file. */
472#define HAVE_SYS_STAT_H 1
473
474/* Define to 1 if you have the <sys/time.h> header file. */
475/* #undef HAVE_SYS_TIME_H */
476
477/* Define to 1 if you have the <sys/types.h> header file. */
478#define HAVE_SYS_TYPES_H 1
479
480/* Define to 1 if you have the `time' function. */
481#define HAVE_TIME 1
482
483/* Define to 1 if you have the <unistd.h> header file. */
484/* #undef HAVE_UNISTD_H */
485
486/* Define to 1 if unlink of file with open file descriptors will fail. */
487/* #undef HAVE_UNLINK_WITH_OPEN_FAILURE */
488
489/* Define to 1 if port includes historic database upgrade support. */
490#define HAVE_UPGRADE_SUPPORT 1
491
492/* Define to 1 if building access method verification support. */
493#ifndef HAVE_SMALLBUILD
494#define HAVE_VERIFY 1
495#endif
496
497/* Define to 1 if you have the `vsnprintf' function. */
498#define HAVE_VSNPRINTF 1
499
500/* Define to 1 if building VxWorks. */
501/* #undef HAVE_VXWORKS */
502
503/* Define to 1 if you have the `yield' function. */
504/* #undef HAVE_YIELD */
505
506/* Define to 1 if you have the `_fstati64' function. */
507#define HAVE__FSTATI64 1
508
509/* Define to the address where bug reports for this package should be sent. */
510#define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
511
512/* Define to the full name of this package. */
513#define PACKAGE_NAME "Berkeley DB"
514
515/* Define to the full name and version of this package. */
516#define PACKAGE_STRING "Berkeley DB __EDIT_DB_VERSION__"
517
518/* Define to the one symbol short name of this package. */
519#define PACKAGE_TARNAME "db-__EDIT_DB_VERSION__"
520
521/* Define to the version of this package. */
522#define PACKAGE_VERSION "__EDIT_DB_VERSION__"
523
524/* The size of a `char', as computed by sizeof. */
525/* #undef SIZEOF_CHAR */
526
527/* The size of a `char *', as computed by sizeof. */
528/* #undef SIZEOF_CHAR_P */
529
530/* The size of a `int', as computed by sizeof. */
531/* #undef SIZEOF_INT */
532
533/* The size of a `long', as computed by sizeof. */
534/* #undef SIZEOF_LONG */
535
536/* The size of a `long long', as computed by sizeof. */
537/* #undef SIZEOF_LONG_LONG */
538
539/* The size of a `short', as computed by sizeof. */
540/* #undef SIZEOF_SHORT */
541
542/* The size of a `size_t', as computed by sizeof. */
543/* #undef SIZEOF_SIZE_T */
544
545/* The size of a `unsigned char', as computed by sizeof. */
546/* #undef SIZEOF_UNSIGNED_CHAR */
547
548/* The size of a `unsigned int', as computed by sizeof. */
549/* #undef SIZEOF_UNSIGNED_INT */
550
551/* The size of a `unsigned long', as computed by sizeof. */
552/* #undef SIZEOF_UNSIGNED_LONG */
553
554/* The size of a `unsigned long long', as computed by sizeof. */
555/* #undef SIZEOF_UNSIGNED_LONG_LONG */
556
557/* The size of a `unsigned short', as computed by sizeof. */
558/* #undef SIZEOF_UNSIGNED_SHORT */
559
560/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
561/* #undef STAT_MACROS_BROKEN */
562
563/* Define to 1 if you have the ANSI C header files. */
564#define STDC_HEADERS 1
565
566/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
567/* #undef TIME_WITH_SYS_TIME */
568
569/* Define to 1 to mask harmless uninitialized memory read/writes. */
570/* #undef UMRW */
571
572/* Number of bits in a file offset, on hosts where this is settable. */
573/* #undef _FILE_OFFSET_BITS */
574
575/* Define for large files, on AIX-style hosts. */
576/* #undef _LARGE_FILES */
577
578/* Define to empty if `const' does not conform to ANSI C. */
579/* #undef const */
580
581/* Define to `__inline__' or `__inline' if that's what the C compiler
582   calls it, or to nothing if 'inline' is not supported under any name.  */
583#ifndef __cplusplus
584#define inline __inline
585#endif
586
587/* type to use in place of socklen_t if not defined */
588/* #undef socklen_t */
589