Subject: Re: optional patches?
To: None <ghen@telenet.be>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-pkg
Date: 09/07/2005 21:15:22
On Wed, 7 Sep 2005, Geert Hendrickx wrote:
> I want to (optionally) disable IPv6 support in wip/jdk14, the way FreeBSD
> and OpenBSD do it: by removing a conditional in the source.

If the patch is for C files, use #ifdef INET6 or so.
Much easier to work off ONE source than on several, depending on whatever 
conditions.


  - Hubert