##################### KLONE CONFIG FILE ######################################
#: IBM RS6000 under AIX
                    # defines this to the binary type: sun4, sun4solaris...
MACHINE_TYPE   =    aix
                    # default path for looking for klone files
KLONEPATH      ="\".:~/kl:/usr/local/lib/klone\""
                    # system-needed libraries
LIBS           =
                    # compilation flags , -O or -g
FLAGS	       = -O
                    # name (absolute or relative) of the compiler: cc, /bin/cc
C_COMPILER     = cc
                    # various defines:
DEFINES        = -DLOCATORS  -DSYSV -DDO_NOT_REDEFINE_MALLOC -DSIMPLE_LHS \
	  -DNO_STRCHR_DECLARE -DNO_ALLOCA -DNO_VFORK -DVOID_SIGNALS \
          -DNEED_SELECT_H 
# -DRE_DECLARE_SIGNALS

                    # other linker -specific flags
LFLAGS         =
                    # unix command to apply to executable after link 
POSTPROCESSING = :
