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
355 B
Plaintext
13 lines
355 B
Plaintext
XCOMM $TOG: Imakefile /main/8 1999/08/30 14:33:22 mgreess $
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
|
|
|
SUBDIRS = dbck shell scripts tt_type_comp \
|
|
ttauth ttdbserverd ttsession tttar tttrace
|
|
|
|
INCLUDES = $(TIRPCINC)
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
LintSubdirs($(SUBDIRS))
|