home *** CD-ROM | disk | FTP | other *** search
- # BEGIN POSIX short cut config file.
-
- # WARNING: these definitions were generated on a
- # Convex and are quite likely to be different
- # on your machine! Please send me updates.
-
- # h2ph generates something like this...
-
- sub ICANON { 0x00000100; }
- sub ECHO { 0x00000008; }
- sub VTIME { 17; }
- sub VMIN { 16; }
- sub IEXTEN { 0x00000400; }
-
- sub B1200 { 0x9; }
-
-
- # c2ph generates something like this....
-
- STRUCT_TERMIOS: {
- package termios;
-
- sub typedef { 'I7 S4 A32 S32'; }
-
- sub c_iflag { 0; }
- sub c_oflag { 1; }
- sub c_cflag { 2; }
- sub c_lflag { 3; }
- sub c_tflag { 4; }
- sub c_ispeed { 5; }
- sub c_ospeed { 6; }
- sub c_winsize { 7; }
- sub c_unused { 11; }
- sub c_cc { 12; }
- }
-
- ($SYSTEM, $VENDOR) = (POSIX, undef);
-
- # END POSIX short cut config file.
-
-