From 6a6ee02945b3d843c408cfc0aa7e396f4c9dc08a Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Wed, 28 Dec 1994 18:55:09 +0000 Subject: [PATCH] * configure.in Don't bother checking for sys/stream.h; done elsewhere Look for the function ptsname. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4763 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/bsd/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/appl/bsd/configure.in b/src/appl/bsd/configure.in index c27bbdf5a..6e9fc8549 100644 --- a/src/appl/bsd/configure.in +++ b/src/appl/bsd/configure.in @@ -35,7 +35,8 @@ AC_FUNC_CHECK(setresuid,AC_DEFINE(HAVE_SETRESUID)) AC_FUNC_CHECK(waitpid,AC_DEFINE(HAVE_WAITPID)) AC_FUNC_CHECK(setsid,AC_DEFINE(HAVE_SETSID)) AC_FUNC_CHECK(line_push,AC_DEFINE(HAVE_LINE_PUSH)) -AC_HAVE_HEADERS(sys/filio.h sys/sockio.h unistd.h stdlib.h sys/label.h sys/tty.h ttyent.h lastlog.h sys/select.h sys/ptyvar.h sys/stream.h) +AC_FUNC_CHECK(ptsname,AC_DEFINE(HAVE_PTSNAME)) +AC_HAVE_HEADERS(sys/filio.h sys/sockio.h unistd.h stdlib.h sys/label.h sys/tty.h ttyent.h lastlog.h sys/select.h sys/ptyvar.h) AC_REPLACE_FUNCS(getdtablesize) CHECK_SIGNALS CHECK_SETJMP -- 2.26.2