Deleted Added
full compact
options (192578) options (192991)
1# $FreeBSD: head/sys/conf/options 192578 2009-05-22 12:35:12Z rwatson $
1# $FreeBSD: head/sys/conf/options 192991 2009-05-28 19:45:11Z rmacklem $
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
9# code so that a single option only switch code on, or only switch

--- 217 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
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
9# code so that a single option only switch code on, or only switch

--- 217 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 ---