From aaf369a3c522c8db69dd0d258e0819b1fc545ebe Mon Sep 17 00:00:00 2001 From: Paul Park Date: Mon, 7 Aug 1995 15:27:49 +0000 Subject: [PATCH] Check for utmp[x].h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6427 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/bsd/ChangeLog | 5 +++++ src/appl/bsd/configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 575dff399..0210206da 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,8 @@ + +Mon Aug 7 11:26:46 EDT 1995 Paul Park (pjpark@mit.edu) + * configure.in - Add checks for utmp[x].h so that the inclusion of + libpty.h does the right thing. + Fri Aug 4 00:50:41 1995 Tom Yu * krlogind.c: don't include utmp.h, since libty.h grabs it. diff --git a/src/appl/bsd/configure.in b/src/appl/bsd/configure.in index 519a65ed6..143faec97 100644 --- a/src/appl/bsd/configure.in +++ b/src/appl/bsd/configure.in @@ -52,7 +52,7 @@ AC_FUNC_CHECK(grantpt,AC_DEFINE(HAVE_GRANTPT)) AC_FUNC_CHECK(openpty,AC_DEFINE(HAVE_OPENPTY)) AC_FUNC_CHECK(setlogin,AC_DEFINE(HAVE_SETLOGIN)) AC_FUNC_CHECK(logwtmp,AC_DEFINE(HAVE_LOGWTMP)) -AC_CHECK_HEADERS(unistd.h stdlib.h string.h sys/filio.h sys/sockio.h sys/label.h sys/tty.h ttyent.h lastlog.h sys/select.h sys/ptyvar.h) +AC_CHECK_HEADERS(unistd.h stdlib.h string.h sys/filio.h sys/sockio.h sys/label.h sys/tty.h ttyent.h lastlog.h sys/select.h sys/ptyvar.h utmp.h utmpx.h) AC_REPLACE_FUNCS(getdtablesize) DECLARE_SYS_ERRLIST KRB5_SIGTYPE -- 2.26.2