1 /*
2  *	This version is for RS6000 AIX 3.2.x
3  *	(also for AIX 4.1)
4  *	From: tranle@intellicorp (Minh Tran-Le)
5  */
6 
7 /*
8  *	Notice: AIX's PRINTER command is "lpr"  (see config.h)
9  */
10 
11 #include <s-sys5.h>
12 
13 /*
14  *	Define if your system has BSD like job control (SIGTSTP works)
15  */
16 
17 #define HAVE_JOBCONTROL			/* */
18 
19 /*
20  *	Define HAVE_MULTIGROUP if system has simultaneous multiple group
21  *	membership capability (BSD style).
22  */
23 
24 #define HAVE_MULTIGROUP
25 
26 /*
27  *	Define HAVE_GETHOSTNAME if your system provides a BSD like
28  *	gethostname routine.
29  */
30 
31 #undef  HAVE_UNAME
32 #define	HAVE_GETHOSTNAME
33 
34 /*
35  *	Define if your system has a 4.3BSD like ualarm call.
36  */
37 
38 #define HAVE_UALARM
39 
40 /*
41  *	Define if your system has a 4.3BSD like syslog library.
42  */
43 
44 #define HAVE_SYSLOG
45 
46 /*
47  * 	Define RESIZING to make nn understand dynamic window-resizing.
48  * 	(It uses the TIOCGWINSZ ioctl found on most 4.3BSD systems)
49  */
50 
51 #define RESIZING
52 
53 /*
54  *	Setup to use the XLC compiler
55  */
56 #undef COMPILER
57 #define COMPILER xlc -qroconst -ma
58 #define COMPILER_FLAGS -D_ALL_SOURCE
59