Latest round of bug fixes. See the README file
[unix-history] / usr / src / libexec / telnetd / defs.h
index ea760ca..d69c216 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)defs.h      5.8 (Berkeley) %G%
+ *     @(#)defs.h      5.9 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
 typedef unsigned char cc_t;
 #endif
 
 typedef unsigned char cc_t;
 #endif
 
+#ifndef _POSIX_VDISABLE
+# ifdef VDISABLE
+#  define _POSIX_VDISABLE VDISABLE
+# else
+#  define _POSIX_VDISABLE ((unsigned char)'\377')
+# endif
+#endif
+
+
 #ifdef CRAY
 #include <sys/fcntl.h>
 # ifdef        CRAY1
 #ifdef CRAY
 #include <sys/fcntl.h>
 # ifdef        CRAY1