options (d370fd1cd8fc69e87dc63f4f4a82e5a8b4956c93) | options (f3e7afe2d7b262ab55ab818445d4dfdb6e0c70a9) |
---|---|
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 --- 398 unchanged lines hidden (view full) --- 407BOOTP opt_bootp.h 408BOOTP_BLOCKSIZE opt_bootp.h 409BOOTP_COMPAT opt_bootp.h 410BOOTP_NFSROOT opt_bootp.h 411BOOTP_NFSV3 opt_bootp.h 412BOOTP_WIRED_TO opt_bootp.h 413DEVICE_POLLING 414DUMMYNET opt_ipdn.h | 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 --- 398 unchanged lines hidden (view full) --- 407BOOTP opt_bootp.h 408BOOTP_BLOCKSIZE opt_bootp.h 409BOOTP_COMPAT opt_bootp.h 410BOOTP_NFSROOT opt_bootp.h 411BOOTP_NFSV3 opt_bootp.h 412BOOTP_WIRED_TO opt_bootp.h 413DEVICE_POLLING 414DUMMYNET opt_ipdn.h |
415RATELIMIT opt_ratelimit.h |
|
415INET opt_inet.h 416INET6 opt_inet6.h 417IPDIVERT 418IPFILTER opt_ipfilter.h 419IPFILTER_DEFAULT_BLOCK opt_ipfilter.h 420IPFILTER_LOG opt_ipfilter.h 421IPFILTER_LOOKUP opt_ipfilter.h 422IPFIREWALL opt_ipfw.h --- 585 unchanged lines hidden --- | 416INET opt_inet.h 417INET6 opt_inet6.h 418IPDIVERT 419IPFILTER opt_ipfilter.h 420IPFILTER_DEFAULT_BLOCK opt_ipfilter.h 421IPFILTER_LOG opt_ipfilter.h 422IPFILTER_LOOKUP opt_ipfilter.h 423IPFIREWALL opt_ipfw.h --- 585 unchanged lines hidden --- |