CVS update: gnucash/src/engine/rpc

Dave Peticolas peticolas@linas.org
Thu, 22 Mar 2001 17:19:16 -0600 (CST)


Date:	Thursday March 22, 2001 @ 17:19
Author:	peticolas

Update of /home/cvs/cvsroot/gnucash/src/engine/rpc
In directory www.linas.org:/tmp/cvs-serv29133/src/engine/rpc

Modified Files:
	.cvsignore Makefile.am README 
Added Files:
	gncRpc.h gncRpc_clnt.c gncRpc_svc.c 
Log Message:
Derek Atkins' rpc backend patch.

This patch adds _most_ of the RPC generated files into the repository
because it appears many recent versions of rpcgen for Linux and NetBSD
do not support the -M (Multi-Thread Safe) output of code.  Bug reports
have been submitted, but I'd like to support RPC in the next two years
before this is fixed.

So, this adds the files gncRpc.h, gncRpc_clnt.c, and gncRpc_svc.c.
The file gncRpc_xdr.c is still generated on the fly.  This
unfortunately means that any changes to the .x files mean you must
regenerate at least the .h file and possibly the other .c files, too.

This patch also modifies the .cvsignore to allow those three files
into the repository.