Subject: Re: MKINET6 vs. USE_INET6
To: Hubert Feyrer <feyrer@cs.stevens.edu>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-x11
Date: 12/20/2005 16:16:55
On Dec 19, 2005, at 11:37 PM, Hubert Feyrer wrote:

>
> What's the way to enable/disable IPv6 in NetBSD?
> According to src/share/mk/bsd.own.mk it's MKINET6=no, but
> .../bsd.x11.mk checks for USE_INET6!=no.

MKINET6 enables building the "IPv6 infrastructure stuff".

USE_INET6 tells a random program whether or not IPv6 should be used.

>
> Maybe that should be changed? (s/USE_INET6/MKINET6/)
>
>
>  - Hubert

-- thorpej