options "COMPAT_09" # fs type binary compatability (name vs number)
options COMPAT_SUNOS # Support to run Sun-3 executables
options "COMPAT_43" # 4.3 BSD compatible system calls
-options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
+#options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
options "COMPAT_NOMID" # ???
#
-# $OpenBSD: COFFEE,v 1.4 1996/08/19 00:28:45 niklas Exp $
+# $OpenBSD: COFFEE,v 1.5 1996/08/31 02:08:57 deraadt Exp $
# $NetBSD: COFFEE,v 1.12 1995/10/09 02:08:35 chopps Exp $
#
option "COMPAT_09" # compatability with older NetBSD release
option "COMPAT_43" # 4.3 BSD compatible system calls
option COMPAT_SUNOS # Support to run Sun (m68k) executables
-option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
+#option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
option "COMPAT_NOMID" # allow nonvalid machine id executables
#option COMPAT_HPUX # HP300 compatability
-# $OpenBSD: CRASH,v 1.2 1996/06/04 13:34:14 niklas Exp $
+# $OpenBSD: CRASH,v 1.3 1996/08/31 02:08:58 deraadt Exp $
# $NetBSD: GENERIC,v 1.56 1996/04/30 17:40:34 is Exp $
#
options "COMPAT_09" # compatability with older NetBSD release
options "COMPAT_43" # 4.3 BSD compatible system calls
options COMPAT_SUNOS # Support to run Sun (m68k) executables
-options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
+#options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
options "COMPAT_NOMID" # allow nonvalid machine id executables
#options COMPAT_HPUX # HP300 compatability
#
#option "COMPAT_10" # compatability with older NetBSD release
#option COMPAT_SUNOS # Support to run Sun (m68k) executables
-option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
+#option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
option "COMPAT_NOMID" # allow nonvalid machine id executables
#option COMPAT_HPUX # HP300 compatability
-# $OpenBSD: FILIPPA,v 1.7 1996/08/19 00:20:50 niklas Exp $
+# $OpenBSD: FILIPPA,v 1.8 1996/08/31 02:08:59 deraadt Exp $
#
# Niklas' AMIGA with ISA support
option "COMPAT_09" # compatability with older NetBSD release
option "COMPAT_43" # 4.3 BSD compatible system calls
option COMPAT_SUNOS # Support to run Sun (m68k) executables
-option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
+#option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
option "COMPAT_NOMID" # allow nonvalid machine id executables
#option COMPAT_HPUX # HP300 compatability
-# $OpenBSD: INSTALL,v 1.3 1996/08/23 19:06:52 niklas Exp $
+# $OpenBSD: INSTALL,v 1.4 1996/08/31 02:09:00 deraadt Exp $
# $NetBSD: INSTALL,v 1.2.2.1 1996/05/30 21:25:49 is Exp $
#
option "COMPAT_09" # compatability with older NetBSD release
option "COMPAT_43" # 4.3 BSD compatible system calls
#option COMPAT_SUNOS # Support to run Sun (m68k) executables
-option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
+#option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
option "COMPAT_NOMID" # allow nonvalid machine id executables
#option COMPAT_HPUX # HP300 compatability
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
options COMPAT_43
options COMPAT_10
options COMPAT_09
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# Shared memory options
options COMPAT_43
options COMPAT_10
options COMPAT_09
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# Shared memory options
options COMPAT_43
options COMPAT_10
options COMPAT_09
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# Shared memory options
options COMPAT_43
options COMPAT_10
options COMPAT_09
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# Shared memory options
options COMPAT_43
options COMPAT_10
options COMPAT_09
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# Shared memory options
options COMPAT_43
options COMPAT_10
options COMPAT_09
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# Shared memory options
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options NMBCLUSTERS="512" # Just a little extra
# Options for HP hardware
options INET # Internet protocols
options GATEWAY # IP forwarding + larger mb_map
options MROUTING # Multicast routing
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
# Options for HP hardware
options FPSP # floating point interface for 68040
-# $OpenBSD: ALL,v 1.6 1996/07/31 18:35:12 deraadt Exp $
+# $OpenBSD: ALL,v 1.7 1996/08/31 02:09:13 deraadt Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# ALL -- everything that's currently supported
option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
option COMPAT_IBCS2 # binary compatibility with SCO and ISC
-# $OpenBSD: BABY,v 1.6 1996/07/31 18:35:13 deraadt Exp $
+# $OpenBSD: BABY,v 1.7 1996/08/31 02:09:14 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
option COMPAT_IBCS2 # binary compatibility with SCO and ISC
-# $OpenBSD: DISKLESS,v 1.12 1996/07/31 18:35:14 deraadt Exp $
+# $OpenBSD: DISKLESS,v 1.13 1996/08/31 02:09:14 deraadt Exp $
# $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
#option COMPAT_IBCS2 # binary compatibility with SCO and ISC
#
# GANDALF -- Dual Tyan P5/133 PCI/EISA bus
#
-# $OpenBSD: GANDALF,v 1.10 1996/08/29 07:34:15 deraadt Exp $
+# $OpenBSD: GANDALF,v 1.11 1996/08/31 02:09:15 deraadt Exp $
#
machine i386 # architecture, used by config; REQUIRED
option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
#option COMPAT_SVR4 # binary compatibility with SVR4
#option COMPAT_IBCS2 # binary compatibility with SCO and ISC
-# $OpenBSD: LAP,v 1.10 1996/08/15 23:54:49 deraadt Exp $
+# $OpenBSD: LAP,v 1.11 1996/08/31 02:09:15 deraadt Exp $
# $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $
#
# TDR -- Theo Deraadt's 486
option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
option COMPAT_IBCS2 # binary compatibility with SCO and ISC
-# $OpenBSD: NETTAN,v 1.11 1996/08/23 19:41:18 niklas Exp $
+# $OpenBSD: NETTAN,v 1.12 1996/08/31 02:09:16 deraadt Exp $
#
# NETTAN -- Applitron Datasystem AB
#
option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
option ELF_MAP_PAGE_ZERO
option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
option COMPAT_IBCS2 # binary compatibility with SCO and ISC
-# $OpenBSD: PCMCIA,v 1.6 1996/07/31 18:35:21 deraadt Exp $
+# $OpenBSD: PCMCIA,v 1.7 1996/08/31 02:09:17 deraadt Exp $
#
machine i386 # architecture, used by config; REQUIRED
option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
option COMPAT_IBCS2 # binary compatibility with SCO and ISC
#
# SPARE-PARTS: spare-parts.teeny.org
#
-# $OpenBSD: SPARE-PARTS,v 1.3 1996/08/29 07:34:16 deraadt Exp $
+# $OpenBSD: SPARE-PARTS,v 1.4 1996/08/31 02:09:17 deraadt Exp $
#
machine i386
option COMPAT_10
option COMPAT_11
option COMPAT_43
-option TCP_COMPAT_42
+#option TCP_COMPAT_42
option COMPAT_SVR4
option COMPAT_IBCS2
-# $OpenBSD: TDR,v 1.15 1996/07/31 18:35:21 deraadt Exp $
+# $OpenBSD: TDR,v 1.16 1996/08/31 02:09:18 deraadt Exp $
# $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $
#
# TDR -- Theo Deraadt's 486
option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
#option COMPAT_IBCS2 # binary compatibility with SCO and ISC
#
# THREADWAY: threadway.teeny.org
#
-# $OpenBSD: THREADWAY,v 1.12 1996/08/29 07:34:16 deraadt Exp $
+# $OpenBSD: THREADWAY,v 1.13 1996/08/31 02:09:18 deraadt Exp $
#
machine i386
option COMPAT_10
option COMPAT_11
option COMPAT_43
-option TCP_COMPAT_42
+#option TCP_COMPAT_42
option COMPAT_SVR4
option COMPAT_IBCS2
option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
option COMPAT_IBCS2 # binary compatibility with SCO and ISC
-# $OpenBSD: GENERIC,v 1.7 1996/08/10 21:37:39 briggs Exp $
+# $OpenBSD: GENERIC,v 1.8 1996/08/31 02:09:22 deraadt Exp $
# $NetBSD: GENERIC,v 1.38 1996/08/05 01:52:13 scottr Exp $
#
# GENERIC
# Networking options
options INET
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options ISO # OSI networking
#options TPIP
-# $OpenBSD: OCELOT,v 1.6 1996/08/10 21:37:40 briggs Exp $
+# $OpenBSD: OCELOT,v 1.7 1996/08/31 02:09:22 deraadt Exp $
# $NetBSD: OCELOT,v 1.11 1996/08/05 01:52:14 scottr Exp $
#
# OCELOT
# Networking options
options INET
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
options COMPAT_42
options COMPAT_43
-# $OpenBSD: PUMA,v 1.6 1996/08/10 21:37:40 briggs Exp $
+# $OpenBSD: PUMA,v 1.7 1996/08/31 02:09:23 deraadt Exp $
# $NetBSD: PUMA,v 1.13 1996/08/05 01:52:15 scottr Exp $
#
# PUMA
# Networking options
options INET
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
options COMPAT_42
options COMPAT_43
-# $OpenBSD: RAMDISK,v 1.5 1996/08/10 21:37:41 briggs Exp $
+# $OpenBSD: RAMDISK,v 1.6 1996/08/31 02:09:23 deraadt Exp $
# $NetBSD: RAMDISK,v 1.6 1996/08/05 01:52:16 scottr Exp $
# RAMDISK
# Networking options
options INET
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
# Mac-specific options
options M68040
-# $OpenBSD: SPOT,v 1.4 1996/08/10 21:37:41 briggs Exp $
+# $OpenBSD: SPOT,v 1.5 1996/08/31 02:09:24 deraadt Exp $
# $NetBSD: SPOT,v 1.11 1996/08/05 01:52:17 scottr Exp $
#
# SPOT
# Networking options
options INET
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options ISO # OSI networking
#options TPIP
-# $OpenBSD: MVME147,v 1.7 1996/06/30 17:39:40 deraadt Exp $
+# $OpenBSD: MVME147,v 1.8 1996/08/31 02:09:25 deraadt Exp $
machine mvme68k m68k
# Networking options
option INET
-option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
option GATEWAY # IP packet forwarding
#option ISO # OSI networking
#option TPIP
-# $OpenBSD: MVME162,v 1.7 1996/06/30 17:39:41 deraadt Exp $
+# $OpenBSD: MVME162,v 1.8 1996/08/31 02:09:26 deraadt Exp $
machine mvme68k m68k
# Networking option
option INET
-option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
option GATEWAY # IP packet forwarding
#option ISO # OSI networking
#option TPIP
-# $OpenBSD: MVME167,v 1.7 1996/06/30 17:39:42 deraadt Exp $
+# $OpenBSD: MVME167,v 1.8 1996/08/31 02:09:26 deraadt Exp $
machine mvme68k m68k
# Networking option
option INET
-option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
option GATEWAY # IP packet forwarding
#option ISO # OSI networking
#option TPIP
#
# GENERIC AMIGA
#
-# $Id: GENERIC,v 1.2 1996/05/15 08:56:16 mickey Exp $
+# $Id: GENERIC,v 1.3 1996/08/31 02:09:29 deraadt Exp $
#
# This configuration file contains all possible options
#
#
options "COMPAT_09" # compatability with older NetBSD release
options "COMPAT_43" # 4.3 BSD compatible system calls
-options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
+#options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
options "COMPAT_NOMID" # allow nonvalid machine id executables
#options COMPAT_HPUX # HP300 compatability
# compatibility options
options "COMPAT_43" # 4.3 system calls
-options "TCP_COMPAT_42" # 4.2 networking ABI
+#options "TCP_COMPAT_42" # 4.2 networking ABI
options "COMPAT_09" # NetBSD-0.9
options "COMPAT_10" # NetBSD-1.0
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
# GENERIC DECstation (3100 or 5000/xxx)
#
# from: @(#)GENERIC.pmax 8.1 (Berkeley) 6/29/93
-# $Id: TOCCATA,v 1.1.1.1 1995/10/18 08:51:25 deraadt Exp $
+# $Id: TOCCATA,v 1.2 1996/08/31 02:09:35 deraadt Exp $
#
machine pmax
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
#options GATEWAY # IP packet forwarding
# pmax specific
# Networking options
option INET
-option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
#option GATEWAY # IP packet forwarding
#option ISO # OSI networking
#option TPIP
# Networking options
option INET
-option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
#option GATEWAY # IP packet forwarding
#option ISO # OSI networking
#option TPIP
# Networking options
option INET
-option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
#option GATEWAY # IP packet forwarding
#option ISO # OSI networking
#option TPIP
# Networking options
option INET
-option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
#option GATEWAY # IP packet forwarding
#option ISO # OSI networking
#option TPIP
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
options UCONSOLE # Allow non-root TIOCCONS
# Sun3-specific debugging options
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
options UCONSOLE # Allow non-root TIOCCONS
# Sun3-specific debugging options
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
options UCONSOLE # Allow non-root TIOCCONS
# Sun3-specific debugging options
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
#options UCONSOLE # Allow non-root TIOCCONS
# Sun3-specific debugging options
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
options UCONSOLE # Allow non-root TIOCCONS
# Sun3-specific debugging options
-# $OpenBSD: EVERYTHING,v 1.2 1996/05/03 09:09:07 mickey Exp $
+# $OpenBSD: EVERYTHING,v 1.3 1996/08/31 02:09:43 deraadt Exp $
# $NetBSD: EVERYTHING,v 1.1 1995/03/29 22:54:02 ragge Exp $
#
# This file contains everything that is known to be compiled
options COMPAT_09
options COMPAT_10
options COMPAT_RENO
-options TCP_COMPAT_42 # Bug compat with 4.2BSD systems (like NDIX)
+#options TCP_COMPAT_42 # Bug compat with 4.2BSD systems (like NDIX)
# loadable kernel modules.
options LKM
options COMPAT_09
options COMPAT_10
#options COMPAT_ULTRIX
-options TCP_COMPAT_42
+#options TCP_COMPAT_42
options LKM