diff options
Diffstat (limited to 'build/jalv_config.h')
| -rw-r--r-- | build/jalv_config.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/build/jalv_config.h b/build/jalv_config.h new file mode 100644 index 0000000..d9ddc94 --- /dev/null +++ b/build/jalv_config.h @@ -0,0 +1,18 @@ +/* WARNING! All changes made to this file will be lost! */ + +#ifndef W_JALV_CONFIG_H_WAF +#define W_JALV_CONFIG_H_WAF + +#define HAVE_LV2 1 +#define HAVE_LILV 1 +#define HAVE_SERD 1 +#define HAVE_SORD 1 +#define HAVE_SUIL 1 +#define HAVE_SRATOM 1 +#define HAVE_JACK 1 +#define HAVE_JACK_PORT_TYPE_GET_BUFFER_SIZE 1 +#define HAVE_JACK_METADATA 1 +#define JALV_JACK_SESSION 1 +#define JALV_VERSION "1.4.6" + +#endif /* W_JALV_CONFIG_H_WAF */ |
