Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 3308:34cfe24248f6
[xemacs-hg @ 2006-03-27 17:40:45 by james]
Add support for sound using the ALSA library. See xemacs-patches message
with ID <m3slp77hui.fsf@jerrypc.cs.usu.edu>.
author | james |
---|---|
date | Mon, 27 Mar 2006 17:40:59 +0000 |
parents | d674024a8674 |
children | 15fb91e3a115 |
comparison
equal
deleted
inserted
replaced
3307:d81b1754aab1 | 3308:34cfe24248f6 |
---|---|
794 #undef HAVE_NATIVE_SOUND | 794 #undef HAVE_NATIVE_SOUND |
795 | 795 |
796 /* Native sound may be provided via soundcard.h, in various directories */ | 796 /* Native sound may be provided via soundcard.h, in various directories */ |
797 #undef SOUNDCARD_H_FILE | 797 #undef SOUNDCARD_H_FILE |
798 | 798 |
799 /* Compile in support for ALSA (Advanced Linux Sound Architecture) */ | |
800 #undef HAVE_ALSA_SOUND | |
801 | |
799 /* Compile in support for NAS (Network Audio System)? | 802 /* Compile in support for NAS (Network Audio System)? |
800 NAS_NO_ERROR_JUMP means that the NAS libraries don't include some | 803 NAS_NO_ERROR_JUMP means that the NAS libraries don't include some |
801 error handling changes. */ | 804 error handling changes. */ |
802 #undef HAVE_NAS_SOUND | 805 #undef HAVE_NAS_SOUND |
803 #undef NAS_NO_ERROR_JUMP | 806 #undef NAS_NO_ERROR_JUMP |