Mercurial > emacs
changeset 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 | ed73a75dfafc |
children | 60f80e3966ad |
files | src/config.in |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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. */