1 # $NetBSD: Makefile.cflags,v 1.7 2002/05/24 05:38:20 itojun Exp $
5 CPPFLAGS+=-DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO
6 CPPFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022
7 CPPFLAGS+=-DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME
8 CPPFLAGS+=-DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\"
9 CPPFLAGS+=-DPROCESS_OPTIONS
11 .if (${USE_YP} != "no")
15 # -DPARANOID is not used by libwrap, only by programs that use it.
16 # in this case inetd does not use it (probably rightly so) and so
17 # we don't want to use it in wrapper-related utilities (such as
18 # tcpdmatch) that include this file.
21 .if (${USE_INET6} != "no")