/* @(#)config.h	1.6 (UKC) 27/11/87 */

/*
 * CONFIG.H	where various elements of the remote procedure call
 *		mechanism are kept.
 */

/*
 *	Where the rpc server is; rexinit needs to know to exec it.
 */
#define RPCSRV "/etc/rpcsrv"

/*
 *	The directory on the remote machine containing the rexing binaries.
 *	Rexboot (which lives in /etc/ringsrv) execs them.
 */

#define REXBIN "/etc/rexsrv"

/*
 *	The pathname of the rexinit binary (for dorexinit)
 */

#define REXINIT "/etc/rexinit"

/*
 *	The host which has the real remotely executing binaries. The slave.
 */

#define REXHOST "troffserver"

/*
 *	Somewhere to put error output from servers etc
 */
#define LOGDIR "/usr/adm/log/rpc"
