1 /*
2  *	This version is for PYRAMID (almost BSD 4.2) systems
3  *	(also known as Nixdorf Targon 35).
4  */
5 
6 #include "s-bsd4-2.h"
7 
8 extern FILE *popen();
9 
10 /* The sysV shell has test built-in */
11 #undef SHELL
12 #define SHELL "/.attbin/sh"
13 
14 #undef	MAILX
15 #define	MAILX	"/usr/.ucbucb/Mail"		/* BSD */
16