|
|
| version 1.1, 2003/06/17 02:54:37 | version 1.2, 2004/02/12 23:33:26 |
|---|---|
| Line 19 | Line 19 |
| * You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License |
| * along with this program; if not, write to the Free Software | * along with this program; if not, write to the Free Software |
| * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| * | |
| * $DragonFly$ | |
| */ | */ |
| #ifndef AWE_CONFIG_H_DEF | #ifndef AWE_CONFIG_H_DEF |
| Line 117 | Line 119 |
| #ifdef AWE_OBSOLETE_VOXWARE | #ifdef AWE_OBSOLETE_VOXWARE |
| #ifdef __FreeBSD__ | #if defined(__DragonFly__) || defined(__FreeBSD__) |
| # include <i386/isa/sound/sound_config.h> | # include <i386/isa/sound/sound_config.h> |
| #else | #else |
| # include "sound_config.h" | # include "sound_config.h" |
| Line 133 | Line 135 |
| #include "lowlevel.h" | #include "lowlevel.h" |
| #endif | #endif |
| #ifdef __FreeBSD__ | #if defined(__DragonFly__) || defined(__FreeBSD__) |
| # include <i386/isa/sound/sound_config.h> | # include <i386/isa/sound/sound_config.h> |
| # if defined(CONFIGURE_SOUNDCARD) && defined(CONFIG_AWE32) | # if defined(CONFIGURE_SOUNDCARD) && defined(CONFIG_AWE32) |
| # define CONFIG_AWE32_SYNTH | # define CONFIG_AWE32_SYNTH |