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