1 /*
2  *  Thu Jun 29 18:55:47 1989 - Chip Rosenthal <chip@vector.Dallas.TX.US>
3  *	Generated SCO XENIX/386 version from "s-template.h".  XENIX has
4  *	both "termcap" and "terminfo".  This version reflects the local
5  *	preference for "termcap".
6  */
7 
8 #include "s-sys5-tcap.h"
9 
10 #undef SIGNAL_HANDLERS_ARE_VOID
11 
12 #define	HAVE_DIRECTORY			/* */
13 #include <sys/ndir.h>			/* SCO XENIX */
14 typedef struct direct Direntry;		/* BSD and SCO XENIX */
15 
16 /* #undef HAVE_MKDIR */
17 #define HAVE_MKDIR
18 
19 #undef	DETACH_TERMINAL
20 
21 /*
22  *	Define AVOID_SHELL_EXEC if the system gets confused by
23  *		#!/bin/sh
24  *	lines in shell scripts, e.g. only reads #! and thinks it
25  *	is a csh script.
26  */
27 
28 #define AVOID_SHELL_EXEC		/* */
29 
30 /*
31  *	Specify the default mailer
32  */
33 
34 #undef	MAILX
35 #define	MAILX	"/usr/bin/mail"		/* SCO XENIX */
36 
37 /*
38  *	If your system requires other libraries when linking nn
39  *	specify them here:
40  */
41 
42 #define EXTRA_LIB	-lx
43