minix/commands/telnet/ttn_conf.c

13 lines
225 B
C
Raw Normal View History

2005-04-21 16:53:53 +02:00
/*
ttn_conf.c
*/
#include "ttn.h"
int DO_echo= FALSE;
int DO_echo_allowed= TRUE;
int WILL_terminal_type= FALSE;
int WILL_terminal_type_allowed= TRUE;
int DO_suppress_go_ahead= FALSE;
int DO_suppress_go_ahead_allowed= TRUE;