# BEGIN BSD 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 TIOCGETP        { 0x40067408; }
sub TIOCSETP        { 0x80067409; }
sub TIOCSETN        { 0x8006740a; }
sub TIOCGWINSZ      { 0x40087468; }

sub ECHO    { 0x8; }
sub CBREAK  { 0x2; }

sub B1200   { 0x9; }


# c2ph generates something like this....

STRUCT_SGTTYB: {
    package sgttyb;

    sub typedef                       { 'c4 s'; }

    sub sg_ispeed                 { 0; }
    sub sg_ospeed                 { 1; }
    sub sg_erase                  { 2; }
    sub sg_kill                   { 3; }
    sub sg_flags                  { 4; }
} 

($SYSTEM, $VENDOR) = (BSD, undef);

# END BSD short cut config file.  
