<sys/resource.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@162 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1995-10-19 02:42:36 +00:00
parent eb47a9cf2a
commit d4fe413fe1
3 changed files with 7 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ static char SccsId[] = "@(#)@(#)pop_xmit.c 2.1 2.1 3/18/91";
#include <stdio.h>
#include <sys/types.h>
#include <sys/file.h>
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif /* HAVE_SYS_RESOURCE_H */
#include <sys/wait.h>
#include <fcntl.h>
#include "popper.h"

View File

@@ -174,7 +174,7 @@ AC_CHECK_LIB(util, logout)
AC_SUBST(HAVE_LIBTERMCAP)
AC_CHECK_HEADERS(termios.h termio.h sys/select.h utmpx.h sac.h)
AC_CHECK_HEADERS(termios.h termio.h sys/select.h sys/resource.h utmpx.h sac.h)
if test "$ac_cv_header_sac_h" = yes ; then
AC_DEFINE(STREAMSPTY)

View File

@@ -71,6 +71,9 @@
#endif
#include <sys/socket.h>
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif /* HAVE_SYS_RESOURCE_H */
#ifndef CRAY
#include <sys/wait.h>
#endif /* CRAY */