[1086] in Kerberos-V5-bugs
appl/telnet/telnetd/telnetd.c and OSF 1 V3.0 grantpt/ptyvar.h
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Fri Feb 10 15:06:45 1995
From: epeisach@MIT.EDU
Date: Fri, 10 Feb 1995 15:06:32 -0500
To: krb5-bugs@MIT.EDU
There is code:
#ifdef STREAMSPTY
# include <stropts.h>
# include <termio.h>
/* make sure we don't get the bsd version */
# include "/usr/include/sys/tty.h"
# include <sys/ptyvar.h>
While in configure.in:
AC_FUNC_CHECK(grantpt,AC_DEFINE(STREAMSPTY))
Well, sys/ptyvar.h does not exist on OSF V3.0, but grantpt does....