repo.or.cz
/
minix3-old.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added lance entry to drivers.conf.
[minix3-old.git]
/
commands
/
telnet
/
ttn_conf.c
blob
1fa35e0ffb03171f38446fda3f2ba8b62bc5839b
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
;