]> code.delx.au - gnu-emacs/commitdiff
Sync with src/config.in.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 19 Sep 2006 03:16:56 +0000 (03:16 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 19 Sep 2006 03:16:56 +0000 (03:16 +0000)
mac/inc/config.h

index 200e4005ff0e870c11f4c5069c9142786972be5e..e3401207f8dd761ba864530674b2d90c01a9fc02 100644 (file)
@@ -98,6 +98,9 @@ Boston, MA 02110-1301, USA.  */
 #define HAVE_ALLOCA_H 1
 #endif
 
+/* Define to 1 if ALSA is available. */
+/* #undef HAVE_ALSA */
+
 /* Define to 1 if you have the `bcmp' function. */
 /* #define HAVE_BCMP */
 
@@ -963,6 +966,9 @@ Boston, MA 02110-1301, USA.  */
 #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. */