Cleanup
[carla.git] / source / modules / lilv / config / serd_config.h
blobf9edb4221b99b08c5be65da01a6b9eb37062699a
2 #ifndef _SERD_CONFIG_H_
3 #define _SERD_CONFIG_H_
5 #define SERD_INTERNAL
6 #define SERD_VERSION "0.22.0"
8 #define HAVE_FILENO 1
10 #if defined(__APPLE__) || defined(_WIN32)
11 // nothing
12 #elif defined(__HAIKU__)
13 #define HAVE_POSIX_MEMALIGN 1
14 #else
15 #define HAVE_POSIX_MEMALIGN 1
16 #define HAVE_POSIX_FADVISE 1
17 #endif
19 #endif /* _SERD_CONFIG_H_ */