date and time created 88/07/21 17:34:31 by marc
authorMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Fri, 22 Jul 1988 08:34:31 +0000 (00:34 -0800)
committerMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Fri, 22 Jul 1988 08:34:31 +0000 (00:34 -0800)
SCCS-vsn: local/toolchest/ksh/sh/timeout.h 1.1

usr/src/local/toolchest/ksh/sh/timeout.h [new file with mode: 0644]

diff --git a/usr/src/local/toolchest/ksh/sh/timeout.h b/usr/src/local/toolchest/ksh/sh/timeout.h
new file mode 100644 (file)
index 0000000..9b063cf
--- /dev/null
@@ -0,0 +1,31 @@
+/*
+
+ *      Copyright (c) 1984, 1985, 1986 AT&T
+ *      All Rights Reserved
+
+ *      THIS IS UNPUBLISHED PROPRIETARY SOURCE 
+ *      CODE OF AT&T.
+ *      The copyright notice above does not 
+ *      evidence any actual or intended
+ *      publication of such source code.
+
+ */
+/* @(#)timeout.h       1.1 */
+
+/*
+ *     UNIX shell
+ *
+ *     S. R. Bourne
+ *     AT&T Bell Laboratories
+ *
+ */
+#ifdef IH
+#define TIMEOUT                7000    /* seconds elapsing before termination */
+#else
+#define TIMEOUT                0       /* seconds elapsing before termination */
+#endif
+#define TGRACE         60      /* grace period before termination */
+                               /* The time_warn message contains this number */
+extern long    timeout;
+extern MSG     timed_out;
+extern MSG     time_warn;