1#include <sys/soundcard.h> 2 3#if SOUND_VERSION < 0x040000 4# error "OSSv4 is not available in sys/soundcard.h" 5#endif 6 7int main() 8{ 9 return 0; 10} 11 12