mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 23:11:41 +00:00
aac2354f5c
cd fluidsynth && git mv * ../
12 lines
224 B
C
12 lines
224 B
C
#define HAVE_STRING_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STDIO_H 1
|
|
#define HAVE_MATH_H 1
|
|
#define HAVE_STDARG_H 1
|
|
|
|
#if defined(__POWERPC__)
|
|
#define WORDS_BIGENDIAN 1
|
|
#endif
|
|
|
|
#define STDIN_FILENO 0
|
|
#define STDOUT_FILENO 1
|