ae75f9d4e5
- 755 -> 644
12 lines
225 B
C
12 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;
|