##################### KLONE CONFIG FILE ######################################
#: Sparcstations under SUNOS5.x (Solaris 2.3+)
                    # defines this to the binary type: sun4, sun4solaris...
MACHINE_TYPE   =    sunsolaris
                    # default path for looking for klone files
KLONEPATH      = "\".:~/kl:/usr/local/lib/klone\""
                    # system-needed libraries
LIBS           = -ldl -lsocket -lnsl
                    # compilation flags , -O or -g
FLAGS	       = -O
                    # name (absolute or relative) of the compiler: cc, /bin/cc
C_COMPILER     = cc
                    # various defines:
DEFINES        = -DSVR4 -DSIMPLE_LHS -DPROTOTYPES -DKLDLOAD \
	          -DUSE_STANDARD_MALLOC -DVOIDPTR_MALLOC
                    # other linker -specific flags
LFLAGS         = 
                    # unix command to apply to executable after link 
POSTPROCESSING = :
