diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1999-04-03 02:32:54 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1999-04-03 02:32:54 +0000 |
| commit | cd9559886a4eefbefea183375f89af4e152af0d6 (patch) | |
| tree | 602b5da1f3ceb68c73617945b0d1b1010266efed | |
| parent | 1eb80b4532eda47f3d504351ca16dcb214691c93 (diff) | |
Notes
| -rw-r--r-- | sys/i386/isa/sound/local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h index 2d81c528d37c..cf8a2193f607 100644 --- a/sys/i386/isa/sound/local.h +++ b/sys/i386/isa/sound/local.h @@ -101,10 +101,12 @@ #define CONFIG_YM3812 #endif +#ifdef PC98 #include "nss.h" #if NNSS != 0 #define CONFIG_NSS #endif +#endif #define ALLOW_POLL |
