Temporary hack for the alpha. Undefine STREAMSPTY if defined.
authorEzra Peisach <epeisach@mit.edu>
Mon, 1 May 1995 15:35:15 +0000 (15:35 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 1 May 1995 15:35:15 +0000 (15:35 +0000)
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

src/appl/telnet/telnetd/ChangeLog
src/appl/telnet/telnetd/defs.h

index c57e366c7aa69f5b812db28bb73ef644ea657b23..dbdc43d5136c794b4b6e18da9919124ab797fc1e 100644 (file)
@@ -1,3 +1,8 @@
+Mon May  1 11:33:28 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * 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  <eichin@cygnus.com>
 
        * Makefile.in (KLIB): put KRB4_LIB inside KLIB.
index 4b7b5204f55ed01d85cbea6b1ce581a62f3719d2..8c47427fc6436057c50d1a62c377f7e792bb32d6 100644 (file)
@@ -161,6 +161,10 @@ typedef unsigned char cc_t;
 #include <sys/ptyio.h>
 #endif
 
+#if defined(__alpha) && defined(STREAMSPTY)
+#undef STREAMSPTY
+#endif
+
 #if    !defined(TIOCSCTTY) && defined(TCSETCTTY)
 # define       TIOCSCTTY TCSETCTTY
 #endif