[BACK]Return to Makefile.cflags CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libwrap

Annotation of src/lib/libwrap/Makefile.cflags, Revision 1.8

1.8     ! lukem       1: #      $NetBSD: Makefile.cflags,v 1.7 2002/05/24 05:38:20 itojun Exp $
1.6       thorpej     2:
                      3: .include <bsd.own.mk>
1.1       cjs         4:
1.3       lukem       5: CPPFLAGS+=-DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO
                      6: CPPFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022
1.7       itojun      7: CPPFLAGS+=-DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME
1.3       lukem       8: CPPFLAGS+=-DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\"
1.6       thorpej     9: CPPFLAGS+=-DPROCESS_OPTIONS
                     10:
                     11: .if (${USE_YP} != "no")
                     12: CPPFLAGS+=-DNETGROUP
                     13: .endif
1.2       cjs        14:
                     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.
1.3       lukem      19: #CPPFLAGS+=-DPARANOID
1.5       itojun     20:
1.8     ! lukem      21: .if (${USE_INET6} != "no")
1.5       itojun     22: CPPFLAGS+=-DINET6
1.8     ! lukem      23: .endif

CVSweb <webmaster@jp.NetBSD.org>