packages icon
This program has been compiled:

    o	Using gcc / SunOS 4.1.3 / X11R5 / Motif 1.1.4

		make MACH=spr

    o	Using cc / HP-UX / X11R5 / Motif 1.2
	
		make MACH=hp
	
    o	Using cc / IRIX / X11R5 / Motif 1.2
	
		make MACH=sgi

For other platforms, you should create your own Defines.* file with the
following definitions:

	CC		- name of the compiler
	MACHDEFS	- any definitions need for ANSI C / POSIX / XPG4
	MACHINCLPATH	- any non-standard include paths
	MACHLIBPATH	- any non-standard library paths
	MACHLIBS	- any non-standard libraries

Ex.: this code has been compiled using acc on a Sun by setting CC = acc,
and leaving MACH* undefined.