mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
- added backward compatibility for older non-compatible functions - added --with-compat-rc3 to configure script to build library backwards compatible with 0.9.0rc3 - added symbol versioning like libc.so.6 - ALSA_0.9 - alsa base - ALSA_0.9.0rc4 - first set of new functions (snd_pcm_hw_params_*)
23 lines
399 B
C
23 lines
399 B
C
/* Package name */
|
|
#undef PACKAGE
|
|
|
|
/* Package version */
|
|
#undef VERSION
|
|
|
|
/* Sound library version string */
|
|
#undef SND_LIB_VERSION
|
|
|
|
/* DATA directory */
|
|
#undef DATADIR
|
|
|
|
/* NDEBUG */
|
|
#undef NDEBUG
|
|
|
|
/* Do we have FPU on this machine? */
|
|
#undef HAVE_SOFT_FLOAT
|
|
|
|
/* Use versioned symbols for shared library? */
|
|
#undef VERSIONED_SYMBOLS
|
|
|
|
/* 0.9.0rc3 compatibility build */
|
|
#undef COMPATIBILITY_BUILD_RC3
|