diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 10:49:29 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 10:49:29 +0000 |
| commit | 731db6a428d2389caf3795ff50f1895f04b80899 (patch) | |
| tree | 89a40f7c173c6b1d806a55aabbfb302e1bef918c /lib/libpcap | |
| parent | 39a855c2a172e19ec53d22a94f308bbf259dfcf7 (diff) | |
Notes
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 57651c324f42..28fe7b884dd7 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 39a80b417119..4a1544834d32 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 */ |
