From: Ezra Peisach Date: Mon, 1 May 1995 15:35:15 +0000 (+0000) Subject: Temporary hack for the alpha. Undefine STREAMSPTY if defined. X-Git-Tag: krb5-1.0-beta5~86 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=76a16d1dfaad6ef981dd5540241ec1b360a6debf;p=krb5.git Temporary hack for the alpha. Undefine STREAMSPTY if defined. This will be removed when configure does the right thing for this platform. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5667 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/telnet/telnetd/ChangeLog b/src/appl/telnet/telnetd/ChangeLog index c57e366c7..dbdc43d51 100644 --- a/src/appl/telnet/telnetd/ChangeLog +++ b/src/appl/telnet/telnetd/ChangeLog @@ -1,3 +1,8 @@ +Mon May 1 11:33:28 1995 Ezra Peisach + + * defs.h: Temporary hack for the alpha. Undefine STREAMSPTY if + defined. This will be removed in a later release. + Fri Apr 28 18:07:34 1995 Mark Eichin * Makefile.in (KLIB): put KRB4_LIB inside KLIB. diff --git a/src/appl/telnet/telnetd/defs.h b/src/appl/telnet/telnetd/defs.h index 4b7b5204f..8c47427fc 100644 --- a/src/appl/telnet/telnetd/defs.h +++ b/src/appl/telnet/telnetd/defs.h @@ -161,6 +161,10 @@ typedef unsigned char cc_t; #include #endif +#if defined(__alpha) && defined(STREAMSPTY) +#undef STREAMSPTY +#endif + #if !defined(TIOCSCTTY) && defined(TCSETCTTY) # define TIOCSCTTY TCSETCTTY #endif