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:
@@ -31,7 +31,7 @@ DependSubdirs($(SUBDIRS))
|
||||
#include "../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = -I.
|
||||
INCLUDES = $(TIRPCINC) -I.
|
||||
|
||||
#ifdef RsArchitecture
|
||||
REALPATHC = realpath.c
|
||||
|
||||
@@ -5,6 +5,8 @@ XCOMM $TOG: Imakefile /main/6 1998/08/10 18:00:37 mgreess $
|
||||
SUBDIRS = c dnd
|
||||
DONES = c/DONE dnd/DONE
|
||||
|
||||
INCLUDES = $(TIRPCINC)
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
ForceSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
||||
@@ -19,7 +19,7 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
#include "../../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = -I../../../lib
|
||||
INCLUDES = $(TIRPCINC) -I../../../lib
|
||||
|
||||
/*** NOTE!
|
||||
*** Every time a .o is added below it needs to be added to
|
||||
|
||||
@@ -13,7 +13,7 @@ XCOMM $XConsortium: Imakefile /main/6 1996/04/21 19:12:16 drk $
|
||||
#include "../../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = -I../..
|
||||
INCLUDES = $(TIRPCINC) -I../..
|
||||
|
||||
/*** NOTE!
|
||||
*** Every time a .o is added below it needs to be added to
|
||||
|
||||
@@ -16,7 +16,7 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(ISAM_INCLUDES) $(DEPENDDEFINES)
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = -I../../lib
|
||||
INCLUDES = $(TIRPCINC) -I../../lib
|
||||
ISAM_INCLUDES = -I../../mini_isam
|
||||
|
||||
/*** NOTE!
|
||||
|
||||
@@ -16,7 +16,7 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(ISAM_INCLUDES) $(DEPENDDEFINES)
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = -I../../lib
|
||||
INCLUDES = $(TIRPCINC) -I../../lib
|
||||
ISAM_INCLUDES = -I../../mini_isam
|
||||
|
||||
/* Use BSD-compatible accept() call */
|
||||
|
||||
@@ -19,7 +19,7 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = -I../../lib
|
||||
INCLUDES = $(TIRPCINC) -I../../lib
|
||||
|
||||
/*** NOTE!
|
||||
*** Every time a .o is added below it needs to be added to
|
||||
|
||||
@@ -16,7 +16,7 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = -I../../lib
|
||||
INCLUDES = $(TIRPCINC) -I../../lib
|
||||
|
||||
#ifdef RsArchitecture
|
||||
/* To get definitions of iswprint and iswspace */
|
||||
|
||||
Reference in New Issue
Block a user