aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-09-19 03:16:56 +0000
committerYAMAMOTO Mitsuharu2006-09-19 03:16:56 +0000
commit2de7a2cc39681bc5a508c0a366a8e43a416fc8ee (patch)
tree30c115901ec8be8eb7df3f4ec09871f64e65407f /mac
parentabd9c0adcdb30babf2fcd94ab577911d7e2c21c5 (diff)
downloademacs-2de7a2cc39681bc5a508c0a366a8e43a416fc8ee.tar.gz
emacs-2de7a2cc39681bc5a508c0a366a8e43a416fc8ee.zip
Sync with src/config.in.
Diffstat (limited to 'mac')
-rw-r--r--mac/inc/config.h6
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. */
98#define HAVE_ALLOCA_H 1 98#define HAVE_ALLOCA_H 1
99#endif 99#endif
100 100
101/* Define to 1 if ALSA is available. */
102/* #undef HAVE_ALSA */
103
101/* Define to 1 if you have the `bcmp' function. */ 104/* Define to 1 if you have the `bcmp' function. */
102/* #define HAVE_BCMP */ 105/* #define HAVE_BCMP */
103 106
@@ -963,6 +966,9 @@ Boston, MA 02110-1301, USA. */
963#ifdef HAVE_SOUNDCARD_H 966#ifdef HAVE_SOUNDCARD_H
964#define HAVE_SOUND 1 967#define HAVE_SOUND 1
965#endif 968#endif
969#ifdef HAVE_ALSA
970#define HAVE_SOUND 1
971#endif
966#endif /* __FreeBSD__ || __NetBSD__ || __linux__ */ 972#endif /* __FreeBSD__ || __NetBSD__ || __linux__ */
967 973
968/* If using GNU, then support inline function declarations. */ 974/* If using GNU, then support inline function declarations. */