Added detection of Open Sound System on Solaris x86

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4036
This commit is contained in:
Sam Lantinga 2001-05-23 00:36:17 +00:00
parent 0445aeab47
commit 09112109c3
6 changed files with 14 additions and 52 deletions

View file

@ -37,21 +37,7 @@ static char rcsid =
#include <sys/time.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#ifdef linux
#include <linux/soundcard.h>
#endif
#ifdef __bsdi__
#include <sys/soundcard.h>
#endif
#ifdef __FreeBSD__
#include <machine/soundcard.h>
#endif
#ifdef __OpenBSD__
#include <soundcard.h>
#endif
#ifdef __USLC__
#include <sys/soundcard.h>
#endif
#include "SDL_audio.h"
#include "SDL_error.h"