blob: c4f42af803116cb586a7f19932691519645fe706 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* include/tdbconfig.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define if you have a working `mmap' system call. */
#undef HAVE_MMAP
/* Define if you have the getpagesize function. */
#undef HAVE_GETPAGESIZE
/* Define if you have the mmap function. */
#undef HAVE_MMAP
/* Define if you have the pread function. */
#undef HAVE_PREAD
/* Define if you have the pwrite function. */
#undef HAVE_PWRITE
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
|