1 /*
2  *	This version is for dnix version 5.2 on DIAB DS90.
3  */
4 
5 #include "s-sys5.h"
6 
7 #undef	SIGNAL_HANDLERS_ARE_VOID	/* not void on dnix */
8 
9 /*
10  *	Define AVOID_SHELL_EXEC if the system gets confused by
11  *		#!/bin/sh
12  *	lines in shell scripts, e.g. only reads #! and thinks it
13  *	is a csh script.
14  */
15 
16 #define AVOID_SHELL_EXEC		/* */
17