Deleted Added
full compact
options (31749) options (31778)
1# $Id: options,v 1.39 1997/12/15 20:30:38 eivind Exp $
1# $Id: options,v 1.40 1997/12/15 21:51:44 eivind Exp $
2
3# Format:
4# Option name filename
5
6# Miscellaneous options.
7BOUNCE_BUFFERS opt_bounce.h
8DDB
9DDB_UNATTENDED opt_ddb.h
10GDB_REMOTE_CHAT opt_ddb.h
11DEVFS_ROOT opt_devfs.h
12SUIDDIR opt_suiddir.h
13KTRACE
14QUOTA
15SYSVMSG opt_sysvipc.h
16SYSVSEM opt_sysvipc.h
17SYSVSHM opt_sysvipc.h
18UCONSOLE
2
3# Format:
4# Option name filename
5
6# Miscellaneous options.
7BOUNCE_BUFFERS opt_bounce.h
8DDB
9DDB_UNATTENDED opt_ddb.h
10GDB_REMOTE_CHAT opt_ddb.h
11DEVFS_ROOT opt_devfs.h
12SUIDDIR opt_suiddir.h
13KTRACE
14QUOTA
15SYSVMSG opt_sysvipc.h
16SYSVSEM opt_sysvipc.h
17SYSVSHM opt_sysvipc.h
18UCONSOLE
19COMPAT_43 opt_compat.h
20COMPAT_SUNOS opt_compat.h
19
20# Do we want the config file compiled into the kernel?
21INCLUDE_CONFIG_FILE opt_config.h
22
23# Options for static file systems. These should only be used at config
24# time, since the corresponding lkms cannot work if there are any static
25# dependencies. Unusability is enforced by hiding the defines for the
26# options in a never-included header.

--- 85 unchanged lines hidden ---
21
22# Do we want the config file compiled into the kernel?
23INCLUDE_CONFIG_FILE opt_config.h
24
25# Options for static file systems. These should only be used at config
26# time, since the corresponding lkms cannot work if there are any static
27# dependencies. Unusability is enforced by hiding the defines for the
28# options in a never-included header.

--- 85 unchanged lines hidden ---