1 /* ttyd.h - definitions for ttyd */
3 static char Id[] = "@(#)$Id: ttyd.h,v 1.2 1993/08/25 17:29:12 jromine Exp $";
6 /* The Regents of the University of California wish to make it known that:
11 * "Although each program has been tested by its contributor, no
12 * warranty, express or implied, is made by the contributor or the
13 * University of California, as to the accuracy and functioning of
14 * the program and related program material, nor shall the fact of
15 * distribution constitute any such warranty, and no responsibility
16 * is assumed by the contributor or the University of California in
17 * connection herewith."
23 #define MAIL "/bin/mail"
25 #define SMLWAIT 60 /* seconds for select() */
36 (errno > 0 && errno < sys_nerr ? sys_errlist[errno] : "Unknown error")
41 extern char *sys_errlist[];
42 extern char *sys_siglist[];