# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1158635816 0 # Node ID 4cbbf2d7c486ed408ca7d389625b1c8534060490 # Parent 46aca9ec4c40299dbf2fe6e9062a37b06b0ed405 Sync with src/config.in. diff -r 46aca9ec4c40 -r 4cbbf2d7c486 mac/inc/config.h --- 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. */