mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 01:29:43 +02:00
13 lines
303 B
C
Executable File
13 lines
303 B
C
Executable File
/* WARNING! All changes made to this file will be lost! */
|
|
|
|
#ifndef W_SERD_CONFIG_H_WAF
|
|
#define W_SERD_CONFIG_H_WAF
|
|
|
|
/* #undef HAVE_FMAX */
|
|
/* #undef HAVE_POSIX_MEMALIGN */
|
|
/* #undef HAVE_POSIX_FADVISE */
|
|
#define HAVE_FILENO 1
|
|
#define SERD_VERSION "0.20.0"
|
|
|
|
#endif /* W_SERD_CONFIG_H_WAF */
|