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