* configure.in: undo streams test. It turns out that we want sunos
authorMark Eichin <eichin@mit.edu>
Wed, 18 Jan 1995 06:11:31 +0000 (06:11 +0000)
committerMark Eichin <eichin@mit.edu>
Wed, 18 Jan 1995 06:11:31 +0000 (06:11 +0000)
commitceb911f2784ee4d81c336c5ea1c11b54fbdd6554
treebe2052a4dee4d370b2c4ad00ab1659af77fe8573
parent8e01cf048bc8574479ca766b97b7ddbdb1f90926
* configure.in: undo streams test. It turns out that we want sunos
to *fail* that test, since it doesn't have a streams PTEM module
anyhow.
* krlogind.c: don't include sys/tty.h and sys/ptyvar.h if we don't
HAVE_STREAMS already.
* krlogin.c: do the same thing.

most of the files in appl/bsd should probably include one common
"system headers" include, since they duplicate so much (and not
consistently at that.) krlogind now works on SunOS 4.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4819 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/bsd/ChangeLog
src/appl/bsd/configure.in
src/appl/bsd/krlogin.c
src/appl/bsd/krlogind.c