blob: d9ddc949f833cff272de9db9aa52eb4da8b7fa88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 */
|