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