From 8f6ad301913dc5ddfda7823510c17b8ce61df51c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 9 Jul 2001 21:20:20 +0000 Subject: A patch from Michal Moskal to include partial IPV6 support. This adds things like gethostbyname2(). Off by defaut, of course, --- extra/Configs/Config.i386 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extra/Configs/Config.i386') diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index 1876d05a0..b383ebda8 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -132,6 +132,10 @@ DOLFS = false # disabled. This is off by default. INCLUDE_RPC = false +# If you want to include support for the next version of the Internet +# Protocol: IP version 6, enable this. This is off by default. +INCLUDE_IPV6 = false + # If you want to compile the library as PIC code, turn this on. DOPIC = false -- cgit v1.2.3