Makefile.cflags revision 1.3
11.3Slukem# $NetBSD: Makefile.cflags,v 1.3 1997/10/23 03:31:09 lukem Exp $ 21.1Scjs 31.3SlukemCPPFLAGS+=-DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO 41.3SlukemCPPFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022 51.3SlukemCPPFLAGS+=-DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME -DSYS_ERRLIST_DEFINED 61.3SlukemCPPFLAGS+=-DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\" 71.3SlukemCPPFLAGS+=-DPROCESS_OPTIONS 81.2Scjs 91.2Scjs# -DPARANOID is not used by libwrap, only by programs that use it. 101.2Scjs# in this case inetd does not use it (probably rightly so) and so 111.2Scjs# we don't want to use it in wrapper-related utilities (such as 121.2Scjs# tcpdmatch) that include this file. 131.3Slukem#CPPFLAGS+=-DPARANOID 14