Add options COMPAT_16.

This commit is contained in:
tsutsui 2005-02-17 14:44:06 +00:00
parent 061b204c56
commit 04c0426781
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.40 2005/02/11 08:25:54 dsl Exp $
# $NetBSD: GENERIC,v 1.41 2005/02/17 14:44:06 tsutsui Exp $
#
# GENERIC machine description file
#
@ -23,7 +23,7 @@ include "arch/hp700/conf/std.hp700"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
#ident "GENERIC-$Revision: 1.40 $"
#ident "GENERIC-$Revision: 1.41 $"
maxusers 32 # estimated number of users
@ -82,6 +82,7 @@ options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#makeoptions DEBUG="-g" # compile full symbol table
# Compatibility options
options COMPAT_16 # compatability with NetBSD 1.6,
options COMPAT_43 # and 4.3BSD
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.