options (2e370a5c7a5528afb124f6273136736e5d5fb798) | options (bcbdacdd37acf433e633d31082b460f58d85a032) |
---|---|
1# $FreeBSD$ 2# 3# On the handling of kernel options 4# 5# All kernel options should be listed in NOTES, with suitable 6# descriptions. Negative options (options that make some code not 7# compile) should be commented out; LINT (generated from NOTES) should 8# compile as much code as possible. Try to structure option-using --- 218 unchanged lines hidden (view full) --- 227NFSCLIENT opt_nfs.h 228NFSSERVER opt_nfs.h 229 230# Use this option to compile both NFS client and server using the 231# legacy RPC implementation instead of the newer KRPC system (which 232# supports modern features such as RPCSEC_GSS 233NFS_LEGACYRPC opt_nfs.h 234 | 1# $FreeBSD$ 2# 3# On the handling of kernel options 4# 5# All kernel options should be listed in NOTES, with suitable 6# descriptions. Negative options (options that make some code not 7# compile) should be commented out; LINT (generated from NOTES) should 8# compile as much code as possible. Try to structure option-using --- 218 unchanged lines hidden (view full) --- 227NFSCLIENT opt_nfs.h 228NFSSERVER opt_nfs.h 229 230# Use this option to compile both NFS client and server using the 231# legacy RPC implementation instead of the newer KRPC system (which 232# supports modern features such as RPCSEC_GSS 233NFS_LEGACYRPC opt_nfs.h 234 |
235# Use these options to compile the experimental nfs client and/or 236# server that supports NFSv4 into a kernel. 237# NFSCL - client 238# NFSD - server 239NFSCL opt_nfs.h 240NFSD opt_nfs.h 241 |
|
235# filesystems and libiconv bridge 236CD9660_ICONV opt_dontuse.h 237MSDOSFS_ICONV opt_dontuse.h 238NTFS_ICONV opt_dontuse.h 239UDF_ICONV opt_dontuse.h 240 241# If you are following the conditions in the copyright, 242# you can enable soft-updates which will speed up a lot of thigs --- 576 unchanged lines hidden --- | 242# filesystems and libiconv bridge 243CD9660_ICONV opt_dontuse.h 244MSDOSFS_ICONV opt_dontuse.h 245NTFS_ICONV opt_dontuse.h 246UDF_ICONV opt_dontuse.h 247 248# If you are following the conditions in the copyright, 249# you can enable soft-updates which will speed up a lot of thigs --- 576 unchanged lines hidden --- |