Line | |
---|
1 | #define WORDS_BIGENDIAN 1 |
---|
2 | |
---|
3 | /* #undef DEBUG */ |
---|
4 | /* #undef DEBUG_BUFFER */ |
---|
5 | /* #undef DEBUG_CONFIG */ |
---|
6 | /* #undef DEBUG_CONTEXT */ |
---|
7 | /* #undef DEBUG_CONVERT */ |
---|
8 | /* #undef DEBUG_EXT */ |
---|
9 | /* #undef DEBUG_LOCK */ |
---|
10 | /* #undef DEBUG_LOOP */ |
---|
11 | /* #undef DEBUG_MATH */ |
---|
12 | /* #undef DEBUG_MAXIMUS */ |
---|
13 | /* #undef DEBUG_MEM */ |
---|
14 | /* #undef DEBUG_MIXER */ |
---|
15 | /* #undef DEBUG_SOURCE */ |
---|
16 | /* #undef DEBUG_STREAMING */ |
---|
17 | /* #undef DEBUG_STUB */ |
---|
18 | /* #undef DEBUG_QUEUE */ |
---|
19 | |
---|
20 | #define PIC 1 |
---|
21 | |
---|
22 | #define USE_POSIXTHREADING 1 |
---|
23 | |
---|
24 | #define NODLOPEN 1 |
---|
25 | #define RDYNAMIC "-rdynamic" |
---|
26 | |
---|
27 | #define WORDS_BIGENDIAN 1 |
---|
28 | |
---|
29 | #define USE_BACKEND_NATIVE_DARWIN 1 |
---|
30 | #define USE_BACKEND_NULL 1 |
---|
31 | #define USE_BACKEND_WAVEOUT 1 |
---|
32 | /* #undef USE_BACKEND_ALSA */ |
---|
33 | /* #undef USE_BACKEND_ARTS */ |
---|
34 | /* #undef USE_BACKEND_ESD */ |
---|
35 | /* #undef USE_BACKEND_NATIVE_IRIX */ |
---|
36 | /* #undef USE_BACKEND_SDL */ |
---|
37 | /* #undef ENABLE_EXTENSION_AL_EXT_MP3 */ |
---|
38 | /* #undef ENABLE_EXTENSION_AL_EXT_VORBIS */ |
---|
39 | |
---|
40 | /* The number of bytes in a void *. */ |
---|
41 | #define SIZEOF_VOID_P 4 |
---|
Note: See
TracBrowser
for help on using the repository browser.