1 /*
2  *	For SunOS 5.x (which is a component of Solaris 2.x)
3  *	From: Richard M. Mathews (Richard.Mathews@West.Sun.COM)  1/7/93
4  *		Mike Sullivan (Mike.Sullivan@Eng.Sun.COM)
5  *	Works with both Solaris for SPARC and Solaris for x86.
6  *
7  *      Do *not* compile with /usr/ucb/cc or any of the BSD compatibility
8  *      stuff in /usr/ucblib.
9  */
10 
11 /*
12  *	Sys V plus some
13  */
14 
15 /* moved generic SVR4 stuff to s-sys5-4.h */
16 
17 #include "s-sys5-4.h"
18 
19 /* add and Solaris/SunOS5 *specific* stuff here */
20 
21 #define USEGETPASSPHRASE
22 #define COMPILER_FLAGS -D_MSE_INT_H -D__EXTENSIONS__
23