Makefile.cflags revision 1.5
1#	$NetBSD: Makefile.cflags,v 1.5 1999/08/31 13:58:58 itojun Exp $
2
3CPPFLAGS+=-DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO
4CPPFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022
5CPPFLAGS+=-DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME -DSYS_ERRLIST_DEFINED
6CPPFLAGS+=-DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\"
7CPPFLAGS+=-DPROCESS_OPTIONS -DNETGROUP
8CPPFLAGS+=-Dss_family=__ss_family -Dss_len=__ss_len
9
10# -DPARANOID is not used by libwrap, only by programs that use it.
11# in this case inetd does not use it (probably rightly so) and so
12# we don't want to use it in wrapper-related utilities (such as
13# tcpdmatch) that include this file.
14#CPPFLAGS+=-DPARANOID
15
16# IPv6
17CPPFLAGS+=-DINET6
18