xref: /netbsd-src/lib/libwrap/Makefile.cflags (revision dc306354b0b29af51801a7632f1e95265a68cd81)
1#	$NetBSD: Makefile.cflags,v 1.4 1997/10/26 20:52:47 christos 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
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#CPPFLAGS+=-DPARANOID
14