emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/mac/inc/config.h,v


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/mac/inc/config.h,v
Date: Tue, 19 Sep 2006 03:16:56 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     YAMAMOTO Mitsuharu <mituharu>   06/09/19 03:16:56

Index: config.h
===================================================================
RCS file: /cvsroot/emacs/emacs/mac/inc/config.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- config.h    12 Apr 2006 08:04:08 -0000      1.14
+++ config.h    19 Sep 2006 03:16:56 -0000      1.15
@@ -98,6 +98,9 @@
 #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 @@
 #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. */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]