source:
trunk/minix/commands/telnet/ttn_conf.c@
11
Last change on this file since 11 was 9, checked in by , 14 years ago | |
---|---|
File size: 225 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | /* |
2 | ttn_conf.c | |
3 | */ | |
4 | ||
5 | #include "ttn.h" | |
6 | ||
7 | int DO_echo= FALSE; | |
8 | int DO_echo_allowed= TRUE; | |
9 | int WILL_terminal_type= FALSE; | |
10 | int WILL_terminal_type_allowed= TRUE; | |
11 | int DO_suppress_go_ahead= FALSE; | |
12 | int DO_suppress_go_ahead_allowed= TRUE; |
Note:
See TracBrowser
for help on using the repository browser.