diff options
Diffstat (limited to 'src/config.in')
| -rw-r--r-- | src/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 9c1abadd283..106aeea920c 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -87,6 +87,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 87 | */ | 87 | */ |
| 88 | #undef HAVE_ALLOCA_H | 88 | #undef HAVE_ALLOCA_H |
| 89 | 89 | ||
| 90 | /* Define to 1 if ALSA is available. */ | ||
| 91 | #undef HAVE_ALSA | ||
| 92 | |||
| 90 | /* Define to 1 if you have the `bcmp' function. */ | 93 | /* Define to 1 if you have the `bcmp' function. */ |
| 91 | #undef HAVE_BCMP | 94 | #undef HAVE_BCMP |
| 92 | 95 | ||
| @@ -955,6 +958,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 955 | #ifdef HAVE_SOUNDCARD_H | 958 | #ifdef HAVE_SOUNDCARD_H |
| 956 | #define HAVE_SOUND 1 | 959 | #define HAVE_SOUND 1 |
| 957 | #endif | 960 | #endif |
| 961 | #ifdef HAVE_ALSA | ||
| 962 | #define HAVE_SOUND 1 | ||
| 963 | #endif | ||
| 958 | #endif /* __FreeBSD__ || __NetBSD__ || __linux__ */ | 964 | #endif /* __FreeBSD__ || __NetBSD__ || __linux__ */ |
| 959 | 965 | ||
| 960 | /* If using GNU, then support inline function declarations. */ | 966 | /* If using GNU, then support inline function declarations. */ |