diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-10-14 00:56:17 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-10-14 00:56:17 +0000 |
commit | f6091bbe12538b3e722800dcd3e43cf014dc17e6 (patch) | |
tree | 0061ec9397b880b94546484b17273eac081d654d /libexec/tcpd/Makefile.inc | |
parent | ea55ada60b971559c0cd36421576ee1f0502d9a3 (diff) |
tcp wrapper support for IPv6. from netbsd.
TODO: scoped address support may need more consideration (we are taking
safer side now - rejects too much).
Diffstat (limited to 'libexec/tcpd/Makefile.inc')
-rw-r--r-- | libexec/tcpd/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/tcpd/Makefile.inc b/libexec/tcpd/Makefile.inc index 21c317fe68d..8a62a4b245e 100644 --- a/libexec/tcpd/Makefile.inc +++ b/libexec/tcpd/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 1997/03/04 09:01:39 downsj Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2000/10/14 00:56:14 itojun Exp $ # Configuration options for libwrap. Keep in sync with libwrap/Makefile. CFLAGS+=-DPROCESS_OPTIONS -DFACILITY=LOG_AUTH -DSEVERITY=LOG_INFO \ @@ -6,5 +6,6 @@ CFLAGS+=-DPROCESS_OPTIONS -DFACILITY=LOG_AUTH -DSEVERITY=LOG_INFO \ -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \ -DNETGROUP -DSYS_ERRLIST_DEFINED -DREAL_DAEMON_DIR=\"/usr/libexec\" \ -D_TCPD_PRIVATE +CFLAGS+=-DINET6 .include "../Makefile.inc" |