mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Added newlines and punctuation.
Removed defunct options. It will be easy to keep track of bogus options by looking at CFLAGS when all real options are moved out of CFLAGS.
This commit is contained in:
parent
98189b75c3
commit
81fc841cb2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14913
1 changed files with 11 additions and 7 deletions
|
@ -1,5 +1,7 @@
|
|||
# $Id$
|
||||
# $Id: options,v 1.9 1996/03/02 20:35:51 wollman Exp $
|
||||
|
||||
# Option name filename
|
||||
|
||||
BOUNCE_BUFFERS opt_bounce.h
|
||||
DDB
|
||||
KTRACE
|
||||
|
@ -15,7 +17,8 @@ SYSVSHM opt_sysvipc.h
|
|||
SYSVSEM opt_sysvipc.h
|
||||
SYSVMSG opt_sysvipc.h
|
||||
UCONSOLE
|
||||
# Begin options used only in param.c
|
||||
|
||||
# Options used only in param.c.
|
||||
NMBCLUSTERS opt_param.h
|
||||
SHMMAXPGS opt_param.h
|
||||
SHMMAX opt_param.h
|
||||
|
@ -40,13 +43,14 @@ MSGTQL opt_param.h
|
|||
MSGSSZ opt_param.h
|
||||
MSGSEG opt_param.h
|
||||
NBUF opt_param.h
|
||||
# end param.c options
|
||||
# generic SCSI options
|
||||
|
||||
# Generic SCSI options.
|
||||
SCSI_REPORT_GEOMETRY opt_scsi.h
|
||||
SCSI_DELAY opt_scsi.h
|
||||
# Resource limits
|
||||
|
||||
# Resource limits.
|
||||
CHILD_MAX opt_rlimit.h
|
||||
OPEN_MAX opt_rlimit.h
|
||||
# Net stuff
|
||||
|
||||
# Net stuff.
|
||||
MROUTING opt_mrouting.h
|
||||
GATEWAY opt_defunct.h
|
||||
|
|
Loading…
Reference in a new issue