2 #ifndef _SERD_CONFIG_H_
3 #define _SERD_CONFIG_H_
6 #define SERD_VERSION "0.22.0"
10 #if defined(__APPLE__) || defined(_WIN32)
12 #elif defined(__HAIKU__)
13 #define HAVE_POSIX_MEMALIGN 1
15 #define HAVE_POSIX_MEMALIGN 1
16 #define HAVE_POSIX_FADVISE 1
19 #endif /* _SERD_CONFIG_H_ */