diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-09-19 03:16:56 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-09-19 03:16:56 +0000 |
commit | 2de7a2cc39681bc5a508c0a366a8e43a416fc8ee (patch) | |
tree | 30c115901ec8be8eb7df3f4ec09871f64e65407f /mac | |
parent | abd9c0adcdb30babf2fcd94ab577911d7e2c21c5 (diff) | |
download | emacs-2de7a2cc39681bc5a508c0a366a8e43a416fc8ee.tar.gz |
Sync with src/config.in.
Diffstat (limited to 'mac')
-rw-r--r-- | mac/inc/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mac/inc/config.h b/mac/inc/config.h index 200e4005ff0..e3401207f8d 100644 --- a/mac/inc/config.h +++ b/mac/inc/config.h @@ -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. */ |