# $Copyright:	$
# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 
# Sequent Computer Systems, Inc.   All rights reserved.
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.
#ident	"$Header: READ_ME 1.3 89/10/10 $@(#)vi:port/READ_ME	1.9"
This is version SVR3.1 of the editor.
The version variable is set in ex.c.

The header file local/uparm.h should be installed, as ex_tune.h needs it.
The contents of this header file can be modified if you wish to place
the editor in a nonstandard location.

Conditional compilation flags:

	-DTRACE		for debugging (the original command line syntax
			 was "[-T [suffix]]"; this has been changed to be:
			 "[-T] [-S suffix]" in order to standardize
			 command line syntax.  For the moment, BOTH
			 forms are acceptable; in the future, the original
			 form will be dropped to eliminate the optional
			 argument to the option T.
	-DVFORK		for UCB Vax/Unix with the vfork system call.
	-DCHDIR		compile in undocumented chdir (cd) command
	-DLISP		compile in lisp hacks
	-DUCVISUAL	compile in code to handle \ escapes for visual on
			 upper case only terminals.
