summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-16 05:22:01 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-16 05:22:01 +0000
commitbf136b4fa8aeadcea8f65610148d46d093aba2cc (patch)
treeba87e4c7cee7ffefbe43d1251d63f13419558422 /source/configure.in
parent79755ce97004b787d7e83a8d18fc4c7c003b7231 (diff)
downloadsamba-bf136b4fa8aeadcea8f65610148d46d093aba2cc.tar.gz
samba-bf136b4fa8aeadcea8f65610148d46d093aba2cc.tar.xz
samba-bf136b4fa8aeadcea8f65610148d46d093aba2cc.zip
added include of sys/resource.h
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/configure.in b/source/configure.in
index 237de833ed4..113b264cc0f 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -29,8 +29,9 @@ AC_HEADER_TIME
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 rpcsvc/ypclnt.h sys/param.h ctype.h sys/wait.h sys/ioctl.h)
-AC_CHECK_HEADERS(sys/filio.h string.h strings.h stdlib.h sys/socket.h sys/mode.h)
+AC_CHECK_HEADERS(compat.h rpcsvc/ypclnt.h sys/param.h ctype.h sys/wait.h)
+AC_CHECK_HEADERS(sys/resource.h sys/ioctl.h sys/mode.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)
AC_CHECK_HEADERS(shadow.h netinet/tcp.h sys/security.h security/pam_appl.h)