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