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.
52 lines
2.2 KiB
Plaintext
52 lines
2.2 KiB
Plaintext
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:12:37 drk $
|
|
#define DoNormalLib YES
|
|
#define DoSharedLib NO
|
|
#define DoDebugLib NO
|
|
#define DoProfileLib NO
|
|
#define LibName isam
|
|
#define LibHeaders NO
|
|
#define LibInstall NO
|
|
|
|
#include <Threads.tmpl>
|
|
|
|
#include "../tooltalk.tmpl"
|
|
|
|
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
INCLUDES = $(TIRPCINC) -I.
|
|
|
|
SRCS = isaddindex.c isamaddindex.c isopen.c isamopen.c \
|
|
isdelcurr.c isdelrec.c isamdelrec.c isbuild.c \
|
|
isvars.c isrewrec.c iserase.c iscntl.c isstart.c \
|
|
isaddprimary.c isrewcurr.c isclose.c isread.c \
|
|
iswrite.c isamwrite.c issync.c isapplmr.c ismngfcb.c \
|
|
issort.c ischange1key.c isfab.c isdiskbufs2.c isfd.c isbtree.c \
|
|
isdel1key.c isfcb.c isfixrec.c issignals.c isapplmw.c \
|
|
isfcbwatchfd.c isamhooks.c isfcbindex.c isalloc.c isbytearray.c \
|
|
isdatconv.c isminmax.c isfname.c isvarrec.c isperm.c iserror.c \
|
|
iskeycmp.c iskeycalc.c iskeyvalid.c isamerror.c iskeyaux.c \
|
|
isfileio.c ispageio.c isdlink.c isbtree2.c \
|
|
isbtree3.c isindfreel.c isindexconv.c isbsearch.c isadd1key.c \
|
|
iskeyconv.c isversion.c isrepair.c iswrrec.c isrename.c \
|
|
isindexinfo.c isgarbage.c iscurpos.c
|
|
|
|
OBJS = isaddindex.o isamaddindex.o isopen.o isamopen.o \
|
|
isdelcurr.o isdelrec.o isamdelrec.o isbuild.o \
|
|
isvars.o isrewrec.o iserase.o iscntl.o isstart.o \
|
|
isaddprimary.o isrewcurr.o isclose.o isread.o \
|
|
iswrite.o isamwrite.o issync.o isapplmr.o ismngfcb.o \
|
|
issort.o ischange1key.o isfab.o isdiskbufs2.o isfd.o isbtree.o \
|
|
isdel1key.o isfcb.o isfixrec.o issignals.o isapplmw.o \
|
|
isfcbwatchfd.o isamhooks.o isfcbindex.o isalloc.o isbytearray.o \
|
|
isdatconv.o isminmax.o isfname.o isvarrec.o isperm.o iserror.o \
|
|
iskeycmp.o iskeycalc.o iskeyvalid.o isamerror.o iskeyaux.o \
|
|
isfileio.o ispageio.o isdlink.o isbtree2.o \
|
|
isbtree3.o isindfreel.o isindexconv.o isbsearch.o isadd1key.o \
|
|
iskeyconv.o isversion.o isrepair.o iswrrec.o isrename.o \
|
|
isindexinfo.o isgarbage.o iscurpos.o
|
|
|
|
#include <Library.tmpl>
|
|
|
|
SpecialLibObjectRule(isversion.o,,$(TT_VERSION_DEFINE))
|
|
|
|
DependTarget()
|