You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
123456789101112 |
-
- #ifndef _SRATOM_CONFIG_H_
- #define _SRATOM_CONFIG_H_
-
- #define SRATOM_INTERNAL
- #define SRATOM_VERSION "0.4.7"
-
- #define HAVE_LV2 1
- #define HAVE_SERD 1
- #define HAVE_SORD 1
-
- #endif /* _SRATOM_CONFIG_H_ */
|