Sync with src/config.in.
This commit is contained in:
parent
abd9c0adcd
commit
2de7a2cc39
1 changed files with 6 additions and 0 deletions
|
@ -98,6 +98,9 @@ Boston, MA 02110-1301, USA. */
|
|||
#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 @@ Boston, MA 02110-1301, USA. */
|
|||
#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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue