/* sgtty.h */ /* 11-Feb-86 11:20:04 */ /* MEW 13-Apr-86 9:54:36 */ #ifndef RAW typedef int sgttyb; #define TIOCGETP 0 #define TIOCSETP 1 #define ECHO 010 #define CRMODE 020 #define CBREAK 2 #define RAW 040 #endif