diff src/config.in @ 70716:8ee753c9691e

* config.in: Regenerated (HAVE_ALSA).
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 18 May 2006 17:04:59 +0000
parents 69fa3d958119
children 81a55a7dc3c3 ab6ab63755f7 a8190f7e546e
line wrap: on
line diff
--- a/src/config.in	Thu May 18 16:59:12 2006 +0000
+++ b/src/config.in	Thu May 18 17:04:59 2006 +0000
@@ -87,6 +87,9 @@
    */
 #undef HAVE_ALLOCA_H
 
+/* Define to 1 if ALSA is available. */
+#undef HAVE_ALSA
+
 /* Define to 1 if you have the `bcmp' function. */
 #undef HAVE_BCMP
 
@@ -943,6 +946,9 @@
 #ifdef HAVE_SOUNDCARD_H
 #define HAVE_SOUND 1
 #endif
+#ifdef HAVE_ALSA
+#define HAVE_SOUND 1
+#endif
 #endif /* __FreeBSD__ || __NetBSD__ || __linux__  */
 
 /* If using GNU, then support inline function declarations. */