1/* DO NOT EDIT: automatically built by dist/s_vxworks. */
2/* !!!
3 * The CONFIG_TEST option may be added using the Tornado project build.
4 * DO NOT modify it here.
5 */
6/* Define to 1 if you want to build a version for running the test suite. */
7/* #undef CONFIG_TEST */
8
9/* We use DB_WIN32 much as one would use _WIN32 -- to specify that we're using
10   an operating system environment that supports Win32 calls and semantics. We
11   don't use _WIN32 because Cygwin/GCC also defines _WIN32, even though
12   Cygwin/GCC closely emulates the Unix environment. */
13/* #undef DB_WIN32 */
14
15/* !!!
16 * The DEBUG option may be added using the Tornado project build.
17 * DO NOT modify it here.
18 */
19/* Define to 1 if you want a debugging version. */
20/* #undef DEBUG */
21
22/* Define to 1 if you want a version that logs read operations. */
23/* #undef DEBUG_ROP */
24
25/* Define to 1 if you want a version that logs write operations. */
26/* #undef DEBUG_WOP */
27
28/* !!!
29 * The DIAGNOSTIC option may be added using the Tornado project build.
30 * DO NOT modify it here.
31 */
32/* Define to 1 if you want a version with run-time diagnostic checking. */
33/* #undef DIAGNOSTIC */
34
35/* Define to 1 if 64-bit types are available. */
36#define HAVE_64BIT_TYPES 1
37
38/* Define to 1 if you have the `abort' function. */
39#define HAVE_ABORT 1
40
41/* Define to 1 if you have the `atoi' function. */
42#define HAVE_ATOI 1
43
44/* Define to 1 if you have the `atol' function. */
45#define HAVE_ATOL 1
46
47/* Define to 1 if you have the `backtrace' function. */
48/* #undef HAVE_BACKTRACE */
49
50/* Define to 1 if you have the `backtrace_symbols' function. */
51/* #undef HAVE_BACKTRACE_SYMBOLS */
52
53/* Define to 1 if building BREW. */
54/* #undef HAVE_BREW */
55
56/* Define to 1 if building on BREW (SDK2). */
57/* #undef HAVE_BREW_SDK2 */
58
59/* Define to 1 if you have the `clock_gettime' function. */
60#define HAVE_CLOCK_GETTIME 1
61
62/* Define to 1 if clock_gettime supports CLOCK_MONOTONIC. */
63/* #undef HAVE_CLOCK_MONOTONIC */
64
65/* Define to 1 if Berkeley DB release includes strong cryptography. */
66#define HAVE_CRYPTO 1
67
68/* Define to 1 if you have the `ctime_r' function. */
69#define HAVE_CTIME_R 1
70
71/* Define to 1 if ctime_r takes a buffer length as a third argument. */
72#define HAVE_CTIME_R_3ARG 1
73
74/* Define to 1 if you have the `directio' function. */
75/* #undef HAVE_DIRECTIO */
76
77/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
78   */
79#define HAVE_DIRENT_H 1
80
81/* Define to 1 if you have the <dlfcn.h> header file. */
82/* #undef HAVE_DLFCN_H */
83
84/* Define to 1 if you have the <execinfo.h> header file. */
85/* #undef HAVE_EXECINFO_H */
86
87/* Define to 1 if you have EXIT_SUCCESS/EXIT_FAILURE #defines. */
88#define HAVE_EXIT_SUCCESS 1
89
90/* Define to 1 if you have the `fchmod' function. */
91/* #undef HAVE_FCHMOD */
92
93/* Define to 1 if you have the `fclose' function. */
94#define HAVE_FCLOSE 1
95
96/* Define to 1 if you have the `fcntl' function. */
97/* #undef HAVE_FCNTL */
98
99/* Define to 1 if fcntl/F_SETFD denies child access to file descriptors. */
100/* #undef HAVE_FCNTL_F_SETFD */
101
102/* Define to 1 if you have the `fdatasync' function. */
103/* #undef HAVE_FDATASYNC */
104
105/* Define to 1 if you have the `fgetc' function. */
106#define HAVE_FGETC 1
107
108/* Define to 1 if you have the `fgets' function. */
109#define HAVE_FGETS 1
110
111/* Define to 1 if allocated filesystem blocks are not zeroed. */
112#define HAVE_FILESYSTEM_NOTZERO 1
113
114/* Define to 1 if you have the `fopen' function. */
115#define HAVE_FOPEN 1
116
117/* Define to 1 if you have the `ftruncate' function. */
118#define HAVE_FTRUNCATE 1
119
120/* Define to 1 if you have the `fwrite' function. */
121#define HAVE_FWRITE 1
122
123/* Define to 1 if you have the `getaddrinfo' function. */
124/* #undef HAVE_GETADDRINFO */
125
126/* Define to 1 if you have the `getcwd' function. */
127#define HAVE_GETCWD 1
128
129/* Define to 1 if you have the `getenv' function. */
130#define HAVE_GETENV 1
131
132/* Define to 1 if you have the `getgid' function. */
133#define HAVE_GETGID 1
134
135/* Define to 1 if you have the `getopt' function. */
136/* #undef HAVE_GETOPT */
137
138/* Define to 1 if getopt supports the optreset variable. */
139/* #undef HAVE_GETOPT_OPTRESET */
140
141/* Define to 1 if you have the `getrusage' function. */
142/* #undef HAVE_GETRUSAGE */
143
144/* Define to 1 if you have the `gettimeofday' function. */
145/* #undef HAVE_GETTIMEOFDAY */
146
147/* Define to 1 if you have the `getuid' function. */
148/* #undef HAVE_GETUID */
149
150/* Define to 1 if building Hash access method. */
151#define HAVE_HASH 1
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 `isspace' function. */
169#define HAVE_ISSPACE 1
170
171/* Define to 1 if you have the `localtime' function. */
172#define HAVE_LOCALTIME 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#define HAVE_MUTEX_SYSTEM_RESOURCES 1
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#define HAVE_MUTEX_VXWORKS 1
296
297/* Define to 1 to use the MSVC compiler and Windows mutexes. */
298/* #undef HAVE_MUTEX_WIN32 */
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#define HAVE_QUEUE 1
343
344/* Define to 1 if you have the `raise' function. */
345#define HAVE_RAISE 1
346
347/* Define to 1 if you have the `rand' function. */
348#define HAVE_RAND 1
349
350/* Define to 1 if building replication support. */
351#define HAVE_REPLICATION 1
352
353/* Define to 1 if building the Berkeley DB replication framework. */
354/* #undef HAVE_REPLICATION_THREADS */
355
356/* Define to 1 if building RPC client/server. */
357/* #undef HAVE_RPC */
358
359/* Define to 1 if building on S60. */
360/* #undef HAVE_S60 */
361
362/* Define to 1 if you have the `sched_yield' function. */
363#define HAVE_SCHED_YIELD 1
364
365/* Define to 1 if you have the `select' function. */
366#define HAVE_SELECT 1
367
368/* Define to 1 if you have the `setgid' function. */
369#define HAVE_SETGID 1
370
371/* Define to 1 if you have the `setuid' function. */
372#define HAVE_SETUID 1
373
374/* Define to 1 if shmctl/SHM_LOCK locks down shared memory segments. */
375/* #undef HAVE_SHMCTL_SHM_LOCK */
376
377/* Define to 1 if you have the `shmget' function. */
378/* #undef HAVE_SHMGET */
379
380/* Define to 1 if you have the `sigaction' function. */
381/* #undef HAVE_SIGACTION */
382
383/* Define to 1 if thread identifier type db_threadid_t is integral. */
384#define HAVE_SIMPLE_THREAD_TYPE 1
385
386/* Define to 1 if you have the `snprintf' function. */
387/* #undef HAVE_SNPRINTF */
388
389/* Define to 1 if you have the `stat' function. */
390#define HAVE_STAT 1
391
392/* Define to 1 if building statistics support. */
393#define HAVE_STATISTICS 1
394
395/* Define to 1 if you have the <stdint.h> header file. */
396/* #undef HAVE_STDINT_H */
397
398/* Define to 1 if you have the <stdlib.h> header file. */
399#define HAVE_STDLIB_H 1
400
401/* Define to 1 if you have the `strcasecmp' function. */
402/* #undef HAVE_STRCASECMP */
403
404/* Define to 1 if you have the `strcat' function. */
405#define HAVE_STRCAT 1
406
407/* Define to 1 if you have the `strchr' function. */
408#define HAVE_STRCHR 1
409
410/* Define to 1 if you have the `strdup' function. */
411/* #undef HAVE_STRDUP */
412
413/* Define to 1 if you have the `strerror' function. */
414#define HAVE_STRERROR 1
415
416/* Define to 1 if you have the `strftime' function. */
417#define HAVE_STRFTIME 1
418
419/* Define to 1 if you have the <strings.h> header file. */
420#define HAVE_STRINGS_H 1
421
422/* Define to 1 if you have the <string.h> header file. */
423#define HAVE_STRING_H 1
424
425/* Define to 1 if you have the `strncat' function. */
426#define HAVE_STRNCAT 1
427
428/* Define to 1 if you have the `strncmp' function. */
429#define HAVE_STRNCMP 1
430
431/* Define to 1 if you have the `strrchr' function. */
432#define HAVE_STRRCHR 1
433
434/* Define to 1 if you have the `strsep' function. */
435/* #undef HAVE_STRSEP */
436
437/* Define to 1 if you have the `strtol' function. */
438#define HAVE_STRTOL 1
439
440/* Define to 1 if you have the `strtoul' function. */
441#define HAVE_STRTOUL 1
442
443/* Define to 1 if `st_blksize' is member of `struct stat'. */
444#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
445
446/* Define to 1 if you have the `sysconf' function. */
447/* #undef HAVE_SYSCONF */
448
449/* Define to 1 if port includes files in the Berkeley DB source code. */
450#define HAVE_SYSTEM_INCLUDE_FILES 1
451
452/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
453   */
454/* #undef HAVE_SYS_DIR_H */
455
456/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
457   */
458/* #undef HAVE_SYS_NDIR_H */
459
460/* Define to 1 if you have the <sys/select.h> header file. */
461/* #undef HAVE_SYS_SELECT_H */
462
463/* Define to 1 if you have the <sys/socket.h> header file. */
464/* #undef HAVE_SYS_SOCKET_H */
465
466/* Define to 1 if you have the <sys/stat.h> header file. */
467/* #undef HAVE_SYS_STAT_H */
468
469/* Define to 1 if you have the <sys/time.h> header file. */
470/* #undef HAVE_SYS_TIME_H */
471
472/* Define to 1 if you have the <sys/types.h> header file. */
473/* #undef HAVE_SYS_TYPES_H */
474
475/* Define to 1 if you have the `time' function. */
476#define HAVE_TIME 1
477
478/* Define to 1 if you have the <unistd.h> header file. */
479#define HAVE_UNISTD_H 1
480
481/* Define to 1 if unlink of file with open file descriptors will fail. */
482#define HAVE_UNLINK_WITH_OPEN_FAILURE 1
483
484/* Define to 1 if port includes historic database upgrade support. */
485#define	HAVE_UPGRADE_SUPPORT 1
486
487/* Define to 1 if building access method verification support. */
488#define HAVE_VERIFY 1
489
490/* Define to 1 if you have the `vsnprintf' function. */
491/* #undef HAVE_VSNPRINTF */
492
493/* Define to 1 if building VxWorks. */
494#define HAVE_VXWORKS 1
495
496/* Define to 1 if you have the `yield' function. */
497/* #undef HAVE_YIELD */
498
499/* Define to 1 if you have the `_fstati64' function. */
500/* #undef HAVE__FSTATI64 */
501
502/* Define to the address where bug reports for this package should be sent. */
503#define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
504
505/* Define to the full name of this package. */
506#define PACKAGE_NAME "Berkeley DB"
507
508/* Define to the full name and version of this package. */
509#define PACKAGE_STRING "Berkeley DB 4.7.25"
510
511/* Define to the one symbol short name of this package. */
512#define PACKAGE_TARNAME "db-4.7.25"
513
514/* Define to the version of this package. */
515#define PACKAGE_VERSION "4.7.25"
516
517/* The size of a `char', as computed by sizeof. */
518/* #undef SIZEOF_CHAR */
519
520/* The size of a `char *', as computed by sizeof. */
521/* #undef SIZEOF_CHAR_P */
522
523/* The size of a `int', as computed by sizeof. */
524/* #undef SIZEOF_INT */
525
526/* The size of a `long', as computed by sizeof. */
527/* #undef SIZEOF_LONG */
528
529/* The size of a `long long', as computed by sizeof. */
530/* #undef SIZEOF_LONG_LONG */
531
532/* The size of a `short', as computed by sizeof. */
533/* #undef SIZEOF_SHORT */
534
535/* The size of a `size_t', as computed by sizeof. */
536/* #undef SIZEOF_SIZE_T */
537
538/* The size of a `unsigned char', as computed by sizeof. */
539/* #undef SIZEOF_UNSIGNED_CHAR */
540
541/* The size of a `unsigned int', as computed by sizeof. */
542/* #undef SIZEOF_UNSIGNED_INT */
543
544/* The size of a `unsigned long', as computed by sizeof. */
545/* #undef SIZEOF_UNSIGNED_LONG */
546
547/* The size of a `unsigned long long', as computed by sizeof. */
548/* #undef SIZEOF_UNSIGNED_LONG_LONG */
549
550/* The size of a `unsigned short', as computed by sizeof. */
551/* #undef SIZEOF_UNSIGNED_SHORT */
552
553/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
554/* #undef STAT_MACROS_BROKEN */
555
556/* Define to 1 if you have the ANSI C header files. */
557#define STDC_HEADERS 1
558
559/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
560/* #undef TIME_WITH_SYS_TIME */
561
562/* Define to 1 to mask harmless uninitialized memory read/writes. */
563/* #undef UMRW */
564
565/* Number of bits in a file offset, on hosts where this is settable. */
566/* #undef _FILE_OFFSET_BITS */
567
568/* Define for large files, on AIX-style hosts. */
569/* #undef _LARGE_FILES */
570
571/* Define to empty if `const' does not conform to ANSI C. */
572/* #undef const */
573
574/* Define to `__inline__' or `__inline' if that's what the C compiler
575   calls it, or to nothing if 'inline' is not supported under any name.  */
576#ifndef __cplusplus
577#define inline
578#endif
579
580/* type to use in place of socklen_t if not defined */
581/* #undef socklen_t */
582