awe_sup.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef _AWE_SUP_H
00025 #define _AWE_SUP_H
00026
00027 #ifdef HAVE_CONFIG_H
00028 #include <config.h>
00029 #endif
00030
00031 #ifdef HAVE_AWE_VOICE_H
00032 #include <awe_voice.h>
00033 #define HAVE_AWE32
00034 #elif defined(HAVE_LINUX_AWE_VOICE_H)
00035 #include <linux/awe_voice.h>
00036 #define HAVE_AWE32
00037 #elif defined(HAVE__USR_SRC_SYS_I386_ISA_SOUND_AWE_VOICE_H)
00038 #include "/usr/src/sys/i386/isa/sound/awe_voice.h"
00039 #define HAVE_AWE32
00040 #elif defined(HAVE__USR_SRC_SYS_GNU_I386_ISA_SOUND_AWE_VOICE_H)
00041 #include "/usr/src/sys/gnu/i386/isa/sound/awe_voice.h"
00042 #define HAVE_AWE32
00043 #endif
00044
00045 #ifndef AWE_SET_CHANNEL_MODE
00046
00047 #undef HAVE_AWE32
00048 #endif
00049
00050 #endif
This file is part of the documentation for libkmid Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Apr 21 18:44:22 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003