Makefile.cflags revision 1.6
1#	$NetBSD: Makefile.cflags,v 1.6 2002/03/22 18:10:21 thorpej Exp $
2
3.include <bsd.own.mk>
4
5CPPFLAGS+=-DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO
6CPPFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022
7CPPFLAGS+=-DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME -DSYS_ERRLIST_DEFINED
8CPPFLAGS+=-DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\"
9CPPFLAGS+=-DPROCESS_OPTIONS
10CPPFLAGS+=-Dss_family=__ss_family -Dss_len=__ss_len
11
12.if (${USE_YP} != "no")
13CPPFLAGS+=-DNETGROUP
14.endif
15
16# -DPARANOID is not used by libwrap, only by programs that use it.
17# in this case inetd does not use it (probably rightly so) and so
18# we don't want to use it in wrapper-related utilities (such as
19# tcpdmatch) that include this file.
20#CPPFLAGS+=-DPARANOID
21
22# IPv6
23CPPFLAGS+=-DINET6
24