Makefile.cflags revision 1.2
1#	$NetBSD: Makefile.cflags,v 1.2 1997/01/20 06:22:05 cjs Exp $
2
3CFLAGS+=-DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO
4CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022
5CFLAGS+=-DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME -DSYS_ERRLIST_DEFINED
6CFLAGS+=-DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\"
7CFLAGS+=-DPROCESS_OPTIONS
8
9# -DPARANOID is not used by libwrap, only by programs that use it.
10# in this case inetd does not use it (probably rightly so) and so
11# we don't want to use it in wrapper-related utilities (such as
12# tcpdmatch) that include this file.
13#CFLAGS+=-DPARANOID
14