diff options
-rw-r--r-- | sys/conf/options.i386 | 3 | ||||
-rw-r--r-- | sys/i386/conf/options.i386 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 4c9a2ac..5c28b4e 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,9 +1,10 @@ -# $Id: options.i386,v 1.53 1997/08/01 03:33:08 msmith Exp $ +# $Id: options.i386,v 1.54 1997/08/02 05:20:14 msmith Exp $ BOUNCEPAGES opt_bounce.h USER_LDT MATH_EMULATE opt_math_emulate.h GPL_MATH_EMULATE opt_math_emulate.h +VM86 opt_global.h IBCS2 opt_dontuse.h COMPAT_LINUX opt_dontuse.h diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386 index 4c9a2ac..5c28b4e 100644 --- a/sys/i386/conf/options.i386 +++ b/sys/i386/conf/options.i386 @@ -1,9 +1,10 @@ -# $Id: options.i386,v 1.53 1997/08/01 03:33:08 msmith Exp $ +# $Id: options.i386,v 1.54 1997/08/02 05:20:14 msmith Exp $ BOUNCEPAGES opt_bounce.h USER_LDT MATH_EMULATE opt_math_emulate.h GPL_MATH_EMULATE opt_math_emulate.h +VM86 opt_global.h IBCS2 opt_dontuse.h COMPAT_LINUX opt_dontuse.h |