Revision 8f46fe65dc256ab7ec629d68431178cfed24cd48 authored by Takahashi Yoshihiro on 22 September 2000, 10:01:51 UTC, committed by Takahashi Yoshihiro on 22 September 2000, 10:01:51 UTC
1 parent 9dec60f
Raw File
Makefile.inc
# if you don't like curses stuff in the daemon (i.e. don't intend
# to ever run it in the foreground but are using the monitoring
# utilities instead) define this to compile it without.
#I4B_WITHOUT_CURSES	=	1

# if you would like monitoring support, define this
I4B_EXTERNAL_MONITOR	=	1

# for the security conscious type: restrict monitoring to the
# local machine by not compiling any tcp/ip support for monitoring
# at all
#I4B_NOTCPIP_MONITOR	=	1

.include "${.CURDIR}/../../Makefile.inc"
back to top