8/5/87 Kimi Gosney

This directory contains 3 test cases for the Franz Lisp code.
Finder is a finger variant, and uses a Lisp client and C servers.
RLispC is a remote Lisp (Lisp as an eval server), and uses a C client
and Lisp server.  The server simply evaluates s-expressions fed to the 
C client.  RLispExe is remote Lisp with a Lisp client and a Lisp server.
The server is again an eval server, but the interface is based on lispval
rather than textual s-expressions.

The Lisp layer resides in /usr/src/local/HRPC/LispIncludes.  That path
is hard-coded into all Lisp stubs generated by hrpcstubs.  If that path
needs to be changed, there is a define in the makefile for hrpcstubs
that specifies it.

The C runtime (libHRPC.a) that this system was developed and tested with has 
been copied into /usr/src/local/HCS/Applications/LispDemos (ie this directory)
That path is similarly hard-coded into stubs, and updateable with a -D in 
the makefile.  If this path changes, it must also be changed in the file
runTimeDefs.l, in the Lisp layer directory given above.
