aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.in
diff options
context:
space:
mode:
authorMiles Bader2006-06-07 18:05:10 +0000
committerMiles Bader2006-06-07 18:05:10 +0000
commitb883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb (patch)
treede3804210a8cd955e0d3b9abc15679480930bc82 /src/config.in
parent885b7d0991bd4b4b8f4bd1d3cd21c18a697bbce2 (diff)
parent26c9afc3239e18b03537faaea33e3e82e28099e6 (diff)
downloademacs-b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb.tar.gz
emacs-b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 285-296) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: admin/FOR-RELEASE: Update refcard section. * gnus--rel--5.10 (patch 102-104) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 9c1abadd283..106aeea920c 100644
--- a/src/config.in
+++ b/src/config.in
@@ -87,6 +87,9 @@ Boston, MA 02110-1301, USA. */
87 */ 87 */
88#undef HAVE_ALLOCA_H 88#undef HAVE_ALLOCA_H
89 89
90/* Define to 1 if ALSA is available. */
91#undef HAVE_ALSA
92
90/* Define to 1 if you have the `bcmp' function. */ 93/* Define to 1 if you have the `bcmp' function. */
91#undef HAVE_BCMP 94#undef HAVE_BCMP
92 95
@@ -955,6 +958,9 @@ Boston, MA 02110-1301, USA. */
955#ifdef HAVE_SOUNDCARD_H 958#ifdef HAVE_SOUNDCARD_H
956#define HAVE_SOUND 1 959#define HAVE_SOUND 1
957#endif 960#endif
961#ifdef HAVE_ALSA
962#define HAVE_SOUND 1
963#endif
958#endif /* __FreeBSD__ || __NetBSD__ || __linux__ */ 964#endif /* __FreeBSD__ || __NetBSD__ || __linux__ */
959 965
960/* If using GNU, then support inline function declarations. */ 966/* If using GNU, then support inline function declarations. */