summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-09 21:20:20 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-09 21:20:20 +0000
commit8f6ad301913dc5ddfda7823510c17b8ce61df51c (patch)
tree5aa3f54536fdc7b42c9ae15836fb5c2a01f31cd2 /extra
parent8df26e4f7bba3fb0f4c84df7c166fd5d5e09cf7b (diff)
A patch from Michal Moskal <malekith@pld.org.pl> to include
partial IPV6 support. This adds things like gethostbyname2(). Off by defaut, of course,
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.arm4
-rw-r--r--extra/Configs/Config.cross.arm.uclinux4
-rw-r--r--extra/Configs/Config.i3864
-rw-r--r--extra/Configs/Config.m68k4
-rw-r--r--extra/Configs/Config.m68k.coff4
-rw-r--r--extra/Configs/Config.mips4
-rw-r--r--extra/Configs/Config.mipsel4
-rw-r--r--extra/Configs/Config.powerpc4
-rw-r--r--extra/Configs/Config.sh4
9 files changed, 36 insertions, 0 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm
index 21c66bcb6..408a23f60 100644
--- a/extra/Configs/Config.arm
+++ b/extra/Configs/Config.arm
@@ -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
diff --git a/extra/Configs/Config.cross.arm.uclinux b/extra/Configs/Config.cross.arm.uclinux
index 9f34e83af..f61a8d2dd 100644
--- a/extra/Configs/Config.cross.arm.uclinux
+++ b/extra/Configs/Config.cross.arm.uclinux
@@ -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
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
diff --git a/extra/Configs/Config.m68k b/extra/Configs/Config.m68k
index becad56f4..dc6e107dc 100644
--- a/extra/Configs/Config.m68k
+++ b/extra/Configs/Config.m68k
@@ -132,6 +132,10 @@ DOLFS = false
# disabled. This is off by default.
INCLUDE_RPC = true
+# 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
diff --git a/extra/Configs/Config.m68k.coff b/extra/Configs/Config.m68k.coff
index e70220a98..c0bbd3f77 100644
--- a/extra/Configs/Config.m68k.coff
+++ b/extra/Configs/Config.m68k.coff
@@ -132,6 +132,10 @@ DOLFS = false
# disabled. This is off by default.
INCLUDE_RPC = true
+# 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
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips
index 30778e848..163a9aa4e 100644
--- a/extra/Configs/Config.mips
+++ b/extra/Configs/Config.mips
@@ -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
diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel
index 30778e848..163a9aa4e 100644
--- a/extra/Configs/Config.mipsel
+++ b/extra/Configs/Config.mipsel
@@ -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
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc
index 836b1dfcf..659231db9 100644
--- a/extra/Configs/Config.powerpc
+++ b/extra/Configs/Config.powerpc
@@ -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
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh
index 39736b4cf..9012530c2 100644
--- a/extra/Configs/Config.sh
+++ b/extra/Configs/Config.sh
@@ -153,6 +153,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