diff options
| author | Jan Djärv | 2006-05-18 17:04:59 +0000 |
|---|---|---|
| committer | Jan Djärv | 2006-05-18 17:04:59 +0000 |
| commit | 51d139915eab710f75bdc99783b955117bef053e (patch) | |
| tree | 3c277657afa37d361ca03c85794765899b96192c /src | |
| parent | 88fab15ba901ff507dd0b14ef6f084b1785e5ad4 (diff) | |
| download | emacs-51d139915eab710f75bdc99783b955117bef053e.tar.gz emacs-51d139915eab710f75bdc99783b955117bef053e.zip | |
* config.in: Regenerated (HAVE_ALSA).
Diffstat (limited to 'src')
| -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 2bc4ba56e79..09f7be65b3b 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 | ||
| @@ -943,6 +946,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 943 | #ifdef HAVE_SOUNDCARD_H | 946 | #ifdef HAVE_SOUNDCARD_H |
| 944 | #define HAVE_SOUND 1 | 947 | #define HAVE_SOUND 1 |
| 945 | #endif | 948 | #endif |
| 949 | #ifdef HAVE_ALSA | ||
| 950 | #define HAVE_SOUND 1 | ||
| 951 | #endif | ||
| 946 | #endif /* __FreeBSD__ || __NetBSD__ || __linux__ */ | 952 | #endif /* __FreeBSD__ || __NetBSD__ || __linux__ */ |
| 947 | 953 | ||
| 948 | /* If using GNU, then support inline function declarations. */ | 954 | /* If using GNU, then support inline function declarations. */ |