summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/config.m4
blob: bf3949790a70226e771d88b65a98fa7691d4c06b (plain)
1
2
3
4
5
6
7
AC_CHECK_FUNCS(mmap pread pwrite getpagesize utime)
AC_CHECK_HEADERS(getopt.h sys/select.h sys/time.h)

AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions])

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