move INET6 option from GENERIC to LINT.

Thanks for Brian Fundakowski Feldman and Dag-Erling Smorgrav,
to give me the comment and the patch.

Submitted by:Dag-Erling Smorgrav
This commit is contained in:
Yoshinobu Inoue 1999-11-22 11:13:00 +00:00
parent 38224dcd59
commit 51f4c15279
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53580
5 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,6 @@ maxusers 32
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
#options "INET6" #IPv6
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options MFS #Memory Filesystem

View File

@ -366,6 +366,7 @@ options ROOTDEVNAME=\"da0s2e\"
# value.
#
options INET #Internet communications protocols
options INET6 #IPv6 communications protocols
options IPX #IPX/SPX communications protocols
options IPXIP #IPX in IP encapsulation (not available)

View File

@ -29,7 +29,6 @@ maxusers 32
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
#options "INET6" #IPv6
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options MFS #Memory Filesystem

View File

@ -366,6 +366,7 @@ options ROOTDEVNAME=\"da0s2e\"
# value.
#
options INET #Internet communications protocols
options INET6 #IPv6 communications protocols
options IPX #IPX/SPX communications protocols
options IPXIP #IPX in IP encapsulation (not available)

View File

@ -366,6 +366,7 @@ options ROOTDEVNAME=\"da0s2e\"
# value.
#
options INET #Internet communications protocols
options INET6 #IPv6 communications protocols
options IPX #IPX/SPX communications protocols
options IPXIP #IPX in IP encapsulation (not available)