summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/config.m4
blob: 52daf7a8ea719920d0194d2827d2fa2a26086172 (plain)
1
2
3
4
5
6
7
8
9
10
AC_CHECK_FUNCS(mmap pread pwrite getpagesize)
AC_CHECK_HEADERS(getopt.h)

AC_HAVE_DECL(pread, [#include <unistd.h>])
AC_HAVE_DECL(pwrite, [#include <unistd.h>])

if test x"$experimental" = x"yes"; then
	SMB_LIBRARY_ENABLE(libtdb,YES)
fi