xref: /freebsd/sys/conf/options (revision e627b39baccd1ec9129690167cf5e6d860509655)
1#	$Id: options,v 1.16 1996/06/23 14:43:55 bde Exp $
2
3# Option name	filename
4
5BOUNCE_BUFFERS	opt_bounce.h
6DDB
7DDB_UNATTENDED	opt_ddb.h
8KTRACE
9
10# Options for static file systems.  These should only be used at config
11# time, since the corresponding lkms cannot work if there are any static
12# dependencies.  Unusability is enforced by hiding the defines for the
13# options in a never-included header.
14FDESC		opt_dontuse.h
15KERNFS		opt_dontuse.h
16NULLFS		opt_dontuse.h
17PORTAL		opt_dontuse.h
18PROCFS		opt_dontuse.h
19UMAPFS		opt_dontuse.h
20
21# The union static file system has bogus static dependencies, so it isn't
22# hidden yet.
23UNION
24
25QUOTA
26SYSVSHM		opt_sysvipc.h
27SYSVSEM		opt_sysvipc.h
28SYSVMSG		opt_sysvipc.h
29UCONSOLE
30
31# Options used only in param.c.
32EXTRAVNODES	opt_param.h
33NMBCLUSTERS	opt_param.h
34SHMMAXPGS	opt_param.h
35SHMMAX		opt_param.h
36SHMMIN		opt_param.h
37SHMMNI		opt_param.h
38SHMSEG		opt_param.h
39SHMALL		opt_param.h
40SEMMAP		opt_param.h
41SEMMNI		opt_param.h
42SEMMNS		opt_param.h
43SEMMNU		opt_param.h
44SEMMSL		opt_param.h
45SEMOPM		opt_param.h
46SEMUME		opt_param.h
47SEMUSZ		opt_param.h
48SEMVMX		opt_param.h
49SEMAEM		opt_param.h
50MSGMAX		opt_param.h
51MSGMNI		opt_param.h
52MSGMNB		opt_param.h
53MSGTQL		opt_param.h
54MSGSSZ		opt_param.h
55MSGSEG		opt_param.h
56NBUF		opt_param.h
57
58# Generic SCSI options.
59SCSI_REPORT_GEOMETRY	opt_scsi.h
60SCSI_DELAY		opt_scsi.h
61SCSIDEBUG		opt_scsi.h
62
63# Options used only in scsi/od.c.
64OD_BOGUS_NOT_READY	opt_od.h
65OD_AUTO_TURNOFF		opt_od.h
66
67# Resource limits.
68CHILD_MAX	opt_rlimit.h
69OPEN_MAX	opt_rlimit.h
70
71# Net stuff.
72MROUTING		opt_mrouting.h
73IPFIREWALL		opt_ipfw.h
74IPFIREWALL_VERBOSE	opt_ipfw.h
75IPFIREWALL_VERBOSE_LIMIT	opt_ipfw.h
76