source: trunk/minix/commands/telnet/ttn_conf.c@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 225 bytes
Line 
1/*
2ttn_conf.c
3*/
4
5#include "ttn.h"
6
7int DO_echo= FALSE;
8int DO_echo_allowed= TRUE;
9int WILL_terminal_type= FALSE;
10int WILL_terminal_type_allowed= TRUE;
11int DO_suppress_go_ahead= FALSE;
12int DO_suppress_go_ahead_allowed= TRUE;
Note: See TracBrowser for help on using the repository browser.