home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / perl / scripts-convex / conf / conf_POSIX.pl < prev    next >
Encoding:
Text File  |  1993-07-14  |  1.0 KB  |  41 lines

  1. # BEGIN POSIX short cut config file.  
  2.  
  3. # WARNING:  these definitions were generated on a 
  4. #         Convex and are quite likely to be different
  5. #        on your machine!  Please send me updates.
  6.  
  7. # h2ph generates something like this...
  8.  
  9. sub ICANON  { 0x00000100; }
  10. sub ECHO    { 0x00000008; }
  11. sub VTIME   { 17; }
  12. sub VMIN    { 16; }
  13. sub IEXTEN  { 0x00000400; }
  14.  
  15. sub B1200   { 0x9; }
  16.  
  17.  
  18. # c2ph generates something like this....
  19.  
  20. STRUCT_TERMIOS: {
  21.     package termios;
  22.  
  23.     sub typedef                   { 'I7 S4 A32 S32'; }
  24.  
  25.     sub c_iflag                  {    0; }
  26.     sub c_oflag                  {    1; }
  27.     sub c_cflag                  {    2; }
  28.     sub c_lflag                  {    3; }
  29.     sub c_tflag                  {    4; }
  30.     sub c_ispeed                 {    5; }
  31.     sub c_ospeed                 {    6; }
  32.     sub c_winsize                {    7; }
  33.     sub c_unused                 {   11; }
  34.     sub c_cc                     {   12; }
  35. }
  36.  
  37. ($SYSTEM, $VENDOR) = (POSIX, undef);
  38.  
  39. # END POSIX short cut config file.  
  40.  
  41.