* Tell configure.in that AIX doesn't have streams; it has the header
authorSam Hartman <hartmans@mit.edu>
Fri, 14 Jul 1995 00:59:31 +0000 (00:59 +0000)
committerSam Hartman <hartmans@mit.edu>
Fri, 14 Jul 1995 00:59:31 +0000 (00:59 +0000)
commit074fdfb04e84dc2646f5041b051e23ddf39fd8c3
tree6f22a68ecf381a66197c6aa0c8c273d0a28b7861
parent39a7672d9ac36511b9a648df7cb022cd8cb810c9
* Tell configure.in that AIX doesn't have streams; it has the header
files but not a streams TTY interface that is widely used.  More
important, strops.h breaks _IO.

* Use ptsname() before ttyname() if present; it is more likely to give
what we want.

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