Makefile.cflags revision 1.6
11.6Sthorpej#	$NetBSD: Makefile.cflags,v 1.6 2002/03/22 18:10:21 thorpej 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.3SlukemCPPFLAGS+=-DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME -DSYS_ERRLIST_DEFINED
81.3SlukemCPPFLAGS+=-DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\"
91.6SthorpejCPPFLAGS+=-DPROCESS_OPTIONS
101.5SitojunCPPFLAGS+=-Dss_family=__ss_family -Dss_len=__ss_len
111.6Sthorpej
121.6Sthorpej.if (${USE_YP} != "no")
131.6SthorpejCPPFLAGS+=-DNETGROUP
141.6Sthorpej.endif
151.2Scjs
161.2Scjs# -DPARANOID is not used by libwrap, only by programs that use it.
171.2Scjs# in this case inetd does not use it (probably rightly so) and so
181.2Scjs# we don't want to use it in wrapper-related utilities (such as
191.2Scjs# tcpdmatch) that include this file.
201.3Slukem#CPPFLAGS+=-DPARANOID
211.5Sitojun
221.5Sitojun# IPv6
231.5SitojunCPPFLAGS+=-DINET6
24