Enable TIRPC support for Linux
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.
This commit is contained in:
@@ -12,7 +12,7 @@ XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:12:37 drk $
|
||||
#include "../tooltalk.tmpl"
|
||||
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
INCLUDES = -I.
|
||||
INCLUDES = $(TIRPCINC) -I.
|
||||
|
||||
SRCS = isaddindex.c isamaddindex.c isopen.c isamopen.c \
|
||||
isdelcurr.c isdelrec.c isamdelrec.c isbuild.c \
|
||||
|
||||
Reference in New Issue
Block a user