mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 06:09:47 +02:00
Ensures that all files that Git considers to be text will have normalized (LF) line endings in the repository. When core.eol is set to native (which is the default), Git will convert the line endings of normalized files in your working directory back to your platform's native line ending. See also https://git-scm.com/docs/gitattributes
13 lines
291 B
C
Executable File
13 lines
291 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 */
|