/* include/HsOpenAL.h. Generated from HsOpenAL.h.in by configure. */ /* ----------------------------------------------------------------------------- * * Module : C support for Sound.OpenAL * Copyright : (c) Sven Panne 2003-2005 * License : BSD-style (see the file libraries/OpenAL/LICENSE) * * Maintainer : sven.panne@aedion.de * Stability : provisional * Portability : portable * * -------------------------------------------------------------------------- */ #ifndef HSOPENAL_H #define HSOPENAL_H /* Define to 1 if you have the header file. */ #define HAVE_AL_ALC_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_OPENAL_ALC_H */ #if defined(HAVE_AL_ALC_H) #include #include #elif defined(HAVE_OPENAL_ALC_H) #include #include #endif #endif