2021-10-11 19:38:01 -03:00

16 lines
335 B
C
Executable File

#ident "@(#)timeout.h 1.6 93/06/08 SMI" /* From AT&T Toolchest */
/*
* UNIX shell
*
* S. R. Bourne
* AT&T Bell Laboratories
*
*/
#define TGRACE 60 /* grace period before termination */
/* The time_warn message contains this number */
extern long sh_timeout;
extern const char e_timeout[];
extern const char e_timewarn[];