# Uncomment one section, depending on your machine type and compiler options #DEBUG = 1 #********* LINUX / gcc g++ / static ******** MACH = LINUX# # Linus g++ and gcc LINUX = 1 #********* SUN4 / acc CC / dynamic ******** #MACH = SUN4 #SUN4 = 1# # Exportable Version #MACH = SUN5 #SUN5 = 1 #******* DIGITAL OSF *********** #DIGITAL = 1 #MACH = DIGITAL