diff options
Diffstat (limited to 'sys/conf/options')
-rw-r--r-- | sys/conf/options | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index b814662..33de3eb 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.20 1996/12/22 23:16:50 joerg Exp $ +# $Id: options,v 1.22 1996/12/23 18:42:02 bde Exp $ # Format: # Option name filename @@ -15,6 +15,9 @@ SYSVSEM opt_sysvipc.h SYSVSHM opt_sysvipc.h UCONSOLE +# Do we want the config file compiled into the kernel? +INCLUDE_CONFIG_FILE opt_config.h + # Options for static file systems. These should only be used at config # time, since the corresponding lkms cannot work if there are any static # dependencies. Unusability is enforced by hiding the defines for the |