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