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