From: Paul Park Date: Mon, 7 Aug 1995 15:27:49 +0000 (+0000) Subject: Check for utmp[x].h X-Git-Tag: krb5-1.0-beta6~1397 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aaf369a3c522c8db69dd0d258e0819b1fc545ebe;p=krb5.git Check for utmp[x].h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6427 dc483132-0cff-0310-8789-dd5450dbe970 --- 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