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