mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
12 lines
271 B
C
12 lines
271 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_POSIX_MEMALIGN */
|
|
/* #undef HAVE_POSIX_FADVISE */
|
|
/* #undef HAVE_FILENO */
|
|
#define SERD_VERSION "0.30.0"
|
|
|
|
#endif /* W_SERD_CONFIG_H_WAF */
|