Sync usage with man page.
[netbsd-mini2440.git] / lib / libwrap / Makefile.cflags
blob307672ebfebe5b369fe26cc4b8116915e6a5809e
1 #       $NetBSD: Makefile.cflags,v 1.7 2002/05/24 05:38:20 itojun Exp $
3 .include <bsd.own.mk>
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")
12 CPPFLAGS+=-DNETGROUP
13 .endif
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.
19 #CPPFLAGS+=-DPARANOID
21 .if (${USE_INET6} != "no")
22 CPPFLAGS+=-DINET6
23 .endif