This is enabled by default. To disable, add: in the config/cf/site.def or host.def file. You will need to have the libtirpc-dev package installed. The benefit is that you will no longer need to run rpcbind in insecure mode (the -i option). There are other benefits we may be able to take advantage of in the future, like supporting IPV6 for ToolTalk.
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:11:31 drk $
|
|
|
|
#include "../../tooltalk.tmpl"
|
|
|
|
/* Any shell scripts shipped as part of ToolTalk are collected here. */
|
|
|
|
PROGRAMS = ttce2xdr
|
|
INCLUDES = $(TIRPCINC)
|
|
|
|
all:: $(PROGRAMS)
|
|
|
|
CppScriptTarget(ttce2xdr,ttce2xdr.cpp,$(TT_VERSION_DEFINE),)
|