Check for utmp[x].h
authorPaul Park <pjpark@mit.edu>
Mon, 7 Aug 1995 15:27:49 +0000 (15:27 +0000)
committerPaul Park <pjpark@mit.edu>
Mon, 7 Aug 1995 15:27:49 +0000 (15:27 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6427 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/ChangeLog
src/appl/bsd/configure.in

index 575dff399dff53f6d802a14f3c1d264cc9119248..0210206da096e63181cc4d656480351d60cf2009 100644 (file)
@@ -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.
index 519a65ed6ec33672a720bd937001219c4bbe1788..143faec9757607683538595d0a37117a476bdc09 100644 (file)
@@ -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