Makefile.cflags revision 1.2
11.2Scjs# $NetBSD: Makefile.cflags,v 1.2 1997/01/20 06:22:05 cjs Exp $ 21.1Scjs 31.2ScjsCFLAGS+=-DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO 41.1ScjsCFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022 51.1ScjsCFLAGS+=-DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME -DSYS_ERRLIST_DEFINED 61.1ScjsCFLAGS+=-DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\" 71.1ScjsCFLAGS+=-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.2Scjs#CFLAGS+=-DPARANOID 14