Mercurial > emacs
changeset 72980:4cbbf2d7c486
Sync with src/config.in.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Tue, 19 Sep 2006 03:16:56 +0000 |
parents | 46aca9ec4c40 |
children | 3d10c9bc4fb4 |
files | mac/inc/config.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mac/inc/config.h Tue Sep 19 03:16:09 2006 +0000 +++ b/mac/inc/config.h Tue Sep 19 03:16:56 2006 +0000 @@ -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. */