summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-12-17 01:01:24 +0000
committerAndrew Tridgell <tridge@samba.org>1998-12-17 01:01:24 +0000
commit2d3cd6d52b07e256357285dfdaa1c57fd26fde97 (patch)
treeead30295bf7e18da99a9c1c41a5da0e7a4747a7a /source/configure.in
parent478a670105496a140740c6960a7867785cd97ecf (diff)
downloadsamba-2d3cd6d52b07e256357285dfdaa1c57fd26fde97.tar.gz
samba-2d3cd6d52b07e256357285dfdaa1c57fd26fde97.tar.xz
samba-2d3cd6d52b07e256357285dfdaa1c57fd26fde97.zip
make sure we include sys/mman.h if available
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 20e2833dae9..5dc298a0dd4 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -100,7 +100,7 @@ AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h)
AC_CHECK_HEADERS(unistd.h utime.h grp.h sys/id.h limits.h memory.h net/if.h)
AC_CHECK_HEADERS(compat.h rpc/rpc.h rpcsvc/yp_prot.h rpcsvc/ypclnt.h sys/param.h ctype.h )
-AC_CHECK_HEADERS(sys/wait.h sys/resource.h sys/ioctl.h sys/mode.h)
+AC_CHECK_HEADERS(sys/wait.h sys/resource.h sys/ioctl.h sys/mode.h sys/mman.h)
AC_CHECK_HEADERS(sys/filio.h string.h strings.h stdlib.h sys/socket.h)
AC_CHECK_HEADERS(sys/mount.h sys/vfs.h sys/fs/s5param.h sys/filsys.h termios.h)
AC_CHECK_HEADERS(sys/statfs.h sys/dustat.h sys/statvfs.h stdarg.h sys/sockio.h)