#
# Notes on readline Usage:
#
#	If your Linux system has readline, then you may append the
#	following flags to the defines below:
#
#		ARCHCFLAGS = . . .  -DHASREADLINE
#		ARCHLIB = . . .  -lreadline
#
#	and recompile PVM.
#
#	On some Linux systems, readline requires ncurses, so you
#	must also add "-lncurses" to the ARCHLIB define.
#
ARCHCFLAGS	=	-DNOWAIT3 -DNOUNIXDOM -DCTIMEISTIMET -DSYSERRISCONST \
				-DRSHCOMMAND=\"/usr/bin/rsh\" -DNEEDENDIAN \
				-DHASSTDLIB -DSYSVSTR -DHASERRORVARS -DFDSETNOTSTRUCT \
				-DSOCKLENISUINT -DNOTMPNAM
ARCHDLIB	=
ARCHDOBJ	=
ARCHLIB		=
HASRANLIB	=	t
AR			=	ar
PVM_ARCH	=	LINUXALPHA
MAKE		=	make
