diff options
Diffstat (limited to 'extra/Configs/Config.m68k.coff')
-rw-r--r-- | extra/Configs/Config.m68k.coff | 4 |
1 files changed, 4 insertions, 0 deletions
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 |