posix
[unix-history] / usr / src / sys / sys / ttychars.h
index f1e13b8..57d58fb 100644 (file)
@@ -3,10 +3,12 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ttychars.h  7.3 (Berkeley) %G%
+ *     @(#)ttychars.h  7.3 (Berkeley) 10/18/88
  */
 
 /*
  */
 
 /*
+ * 4.3 COMPATIBILITY FILE
+ *
  * User visible structures and constants
  * related to terminal handling.
  */
  * User visible structures and constants
  * related to terminal handling.
  */
@@ -29,11 +31,7 @@ struct ttychars {
        char    tc_werasc;      /* word erase */
        char    tc_lnextc;      /* literal next character */
 };
        char    tc_werasc;      /* word erase */
        char    tc_lnextc;      /* literal next character */
 };
-
-#ifdef KERNEL
-#include "ttydefaults.h"
-#else
-#include <sys/ttydefaults.h>
-#endif
-
+#ifdef USE_OLD_TTY
+#include <sys/ttydefaults.h>   /* to pick up character defaults */
 #endif
 #endif
+#endif /* _TTYCHARS */