aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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. */