diff options
| author | Paul Park <pjpark@mit.edu> | 1995-08-07 15:27:49 +0000 |
|---|---|---|
| committer | Paul Park <pjpark@mit.edu> | 1995-08-07 15:27:49 +0000 |
| commit | aaf369a3c522c8db69dd0d258e0819b1fc545ebe (patch) | |
| tree | 8bd6b547f152bdb6dfbec52d69f7c49835c8e1aa /src | |
| parent | 07dd407d91a243eb2cbdbbe8e2692e8b849e87dc (diff) | |
| download | krb5-aaf369a3c522c8db69dd0d258e0819b1fc545ebe.tar.gz krb5-aaf369a3c522c8db69dd0d258e0819b1fc545ebe.tar.xz krb5-aaf369a3c522c8db69dd0d258e0819b1fc545ebe.zip | |
Check for utmp[x].h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6427 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/bsd/ChangeLog | 5 | ||||
| -rw-r--r-- | src/appl/bsd/configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 575dff399d..0210206da0 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 <tlyu@dragons-lair.MIT.EDU> * 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 519a65ed6e..143faec975 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 |
