<sys/resource.h>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@162 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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"
|
||||
|
@@ -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)
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user