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