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