mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 15:50:10 +01:00
This greatly improves the LV2 host to the point where all (non-midi) plugins distributed with Ubuntu 18.04 and Fedora 30 are supported.
13 lines
288 B
C
13 lines
288 B
C
/* WARNING! All changes made to this file will be lost! */
|
|
|
|
#ifndef W_SERD_CONFIG_H_WAF
|
|
#define W_SERD_CONFIG_H_WAF
|
|
|
|
/* #undef HAVE_GCOV */
|
|
#define HAVE_FILENO 1
|
|
/* #undef HAVE_POSIX_FADVISE */
|
|
#define HAVE_POSIX_MEMALIGN 1
|
|
#define SERD_VERSION "0.30.0"
|
|
|
|
#endif /* W_SERD_CONFIG_H_WAF */
|