LMMS
Loading...
Searching...
No Matches
serd_config.h
Go to the documentation of this file.
1
2#ifndef _SERD_CONFIG_H_
3#define _SERD_CONFIG_H_
4
5#define SERD_INTERNAL
6#define SERD_VERSION "0.22.0"
7
8#define HAVE_FILENO 1
9
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
18
19#endif /* _SERD_CONFIG_H_ */