repo.or.cz
/
carla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add initial bits for Qt6 support
[carla.git]
/
source
/
modules
/
lilv
/
config
/
sratom_config.h
blob
9a7fa93c83f0ef65368d69b6f2bccf557e6c98d5
1
2
#ifndef _SRATOM_CONFIG_H_
3
#define _SRATOM_CONFIG_H_
4
5
#define SRATOM_INTERNAL
6
#define SRATOM_VERSION
"0.4.7"
7
8
#define HAVE_LV2 1
9
#define HAVE_SERD 1
10
#define HAVE_SORD 1
11
12
#endif
/* _SRATOM_CONFIG_H_ */