Added lance entry to drivers.conf.
[minix3-old.git] / commands / telnet / ttn_conf.c
blob1fa35e0ffb03171f38446fda3f2ba8b62bc5839b
1 /*
2 ttn_conf.c
3 */
5 #include "ttn.h"
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;