From 5c04306fea28785632e3975355c1de290b84d0d5 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 21 Dec 2004 10:49:29 +0000 Subject: NOINET6 -> NO_INET6 --- lib/libpcap/Makefile | 2 +- lib/libpcap/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libpcap') 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 */ -- cgit v1.1