options<space><tab>

This commit is contained in:
tsutsui 2005-01-05 09:06:33 +00:00
parent e2ccb8e626
commit f8d82b0fa1
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.36 2005/01/05 09:05:39 tsutsui Exp $
# $NetBSD: GENERIC,v 1.37 2005/01/05 09:06:33 tsutsui Exp $
#
# Generic Shark configuration.
#
@ -7,7 +7,7 @@ include "arch/shark/conf/std.shark"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.36 $"
#ident "GENERIC-$Revision: 1.37 $"
# estimated number of users
maxusers 32
@ -117,7 +117,7 @@ options COMPAT_20 # NetBSD 2.0 compatibility.
options COMPAT_43 # 4.3BSD compatibility.
options COMPAT_LINUX # Linux compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options
@ -149,7 +149,7 @@ options IRQSTATS # manage IRQ statistics, XXX temp required
#options LKM # loadable kernel modules
options KMEMSTATS # kernel memory statistics, XXX temp required
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Development and Debugging options