mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 17:49:45 +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
12 lines
247 B
C
Executable File
12 lines
247 B
C
Executable File
/* WARNING! All changes made to this file will be lost! */
|
|
|
|
#ifndef W_SRATOM_CONFIG_H_WAF
|
|
#define W_SRATOM_CONFIG_H_WAF
|
|
|
|
#define HAVE_LV2 1
|
|
#define HAVE_SERD 1
|
|
#define HAVE_SORD 1
|
|
#define SRATOM_VERSION "0.4.6"
|
|
|
|
#endif /* W_SRATOM_CONFIG_H_WAF */
|