13 lines
225 B
C
13 lines
225 B
C
|
/*
|
||
|
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;
|