diff 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
line wrap: on
line diff
--- a/src/config.h.in	Mon Mar 27 15:20:31 2006 +0000
+++ b/src/config.h.in	Mon Mar 27 17:40:59 2006 +0000
@@ -796,6 +796,9 @@
 /* Native sound may be provided via soundcard.h, in various directories */
 #undef SOUNDCARD_H_FILE
 
+/* Compile in support for ALSA (Advanced Linux Sound Architecture) */
+#undef HAVE_ALSA_SOUND
+
 /* Compile in support for NAS (Network Audio System)?
    NAS_NO_ERROR_JUMP means that the NAS libraries don't include some
    error handling changes. */