11.8Slukem#	$NetBSD: Makefile.cflags,v 1.8 2005/01/10 02:58:58 lukem Exp $
21.6Sthorpej
31.6Sthorpej.include <bsd.own.mk>
41.1Scjs
51.3SlukemCPPFLAGS+=-DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO
61.3SlukemCPPFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022
71.7SitojunCPPFLAGS+=-DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME
81.3SlukemCPPFLAGS+=-DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\"
91.6SthorpejCPPFLAGS+=-DPROCESS_OPTIONS
101.6Sthorpej
111.6Sthorpej.if (${USE_YP} != "no")
121.6SthorpejCPPFLAGS+=-DNETGROUP
131.6Sthorpej.endif
141.2Scjs
151.2Scjs# -DPARANOID is not used by libwrap, only by programs that use it.
161.2Scjs# in this case inetd does not use it (probably rightly so) and so
171.2Scjs# we don't want to use it in wrapper-related utilities (such as
181.2Scjs# tcpdmatch) that include this file.
191.3Slukem#CPPFLAGS+=-DPARANOID
201.5Sitojun
211.8Slukem.if (${USE_INET6} != "no")
221.5SitojunCPPFLAGS+=-DINET6
231.8Slukem.endif
24