Add option BROKEN_KEYBOARD_RESET to an opt_*.h file

This commit is contained in:
peter 2000-06-10 02:05:57 +00:00
parent a1f73470ca
commit 6c41ef4ab2
3 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,7 @@
#ifdef PC98
#include "opt_pc98.h"
#endif
#include "opt_reset.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -20,6 +20,7 @@ I586_PMC_GUPROF opt_i586_guprof.h
WLCACHE opt_wavelan.h
WLDEBUG opt_wavelan.h
COMPAT_OLDISA
BROKEN_KEYBOARD_RESET opt_reset.h
# Options for emulators. These should only be used at config time, so
# they are handled like options for static file systems

View File

@ -46,6 +46,7 @@
#ifdef PC98
#include "opt_pc98.h"
#endif
#include "opt_reset.h"
#include <sys/param.h>
#include <sys/systm.h>