From 5b1befcfaa563fe7abc942457de15ad37482939c Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 5 Mar 1995 08:10:28 +0000 Subject: Have dmabuf.c match the roll-back in soundcard.c. We should be making better noises again. Submitted by: Sujal Patel --- sys/i386/isa/sound/local.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/i386/isa/sound/local.h') diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h index 43ca03e..479b706 100644 --- a/sys/i386/isa/sound/local.h +++ b/sys/i386/isa/sound/local.h @@ -37,9 +37,6 @@ #ifndef EXCLUDE_SB #define EXCLUDE_SB #endif -#ifndef EXCLUDE_ADLIB -#define EXCLUDE_ADLIB -#endif #ifndef EXCLUDE_GUS #define EXCLUDE_GUS #endif @@ -77,9 +74,6 @@ #ifdef AUDIO_SB #undef EXCLUDE_SB #endif -#ifdef AUDIO_ADLIB -#undef EXCLUDE_ADLIB -#endif #ifdef AUDIO_GUS #undef EXCLUDE_GUS #endif -- cgit v1.1