diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 10:49:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 10:49:29 +0000 |
commit | 5c04306fea28785632e3975355c1de290b84d0d5 (patch) | |
tree | 89a40f7c173c6b1d806a55aabbfb302e1bef918c /lib/libpcap | |
parent | f6f82226303669a0913de71310950aeae884084b (diff) | |
download | FreeBSD-src-5c04306fea28785632e3975355c1de290b84d0d5.zip FreeBSD-src-5c04306fea28785632e3975355c1de290b84d0d5.tar.gz |
NOINET6 -> NO_INET6
Diffstat (limited to 'lib/libpcap')
-rw-r--r-- | lib/libpcap/Makefile | 2 | ||||
-rw-r--r-- | lib/libpcap/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 57651c3..28fe7b8 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -15,7 +15,7 @@ LFLAGS+=-Ppcapyy CFLAGS+=-DHAVE_CONFIG_H -Dyylval=pcapyylval -I${.CURDIR} -I. CFLAGS+=-D_U_="__attribute__((unused))" CFLAGS+=-DHAVE_SNPRINTF -DHAVE_VSNPRINTF -.if !defined(NOINET6) +.if !defined(NO_INET6) CFLAGS+=-DINET6 .endif diff --git a/lib/libpcap/config.h b/lib/libpcap/config.h index 39a80b4..4a15448 100644 --- a/lib/libpcap/config.h +++ b/lib/libpcap/config.h @@ -67,7 +67,7 @@ /* #undef NO_PROTOCHAIN */ /* IPv6 */ -/* XXX Handled by Makefile, to handle NOINET6 */ +/* XXX Handled by Makefile, to handle NO_INET6 */ /* #define INET6 1 */ /* Enable optimizer debugging */ |