Ticket #2502: config.h

File config.h, 737 bytes (added by eriktorbjorn, 18 years ago)

Generated config.h

Line 
1/* This file is automatically generated by configure */
2/* DO NOT EDIT MANUALLY */
3
4#ifndef CONFIG_H
5#define CONFIG_H
6
7#define SCUMM_LITTLE_ENDIAN
8#undef SCUMM_NEED_ALIGNMENT
9#define HAVE_X86
10
11#undef LINUPY
12
13/* Data types */
14typedef unsigned char byte;
15typedef unsigned int uint;
16typedef unsigned char uint8;
17typedef unsigned short uint16;
18typedef unsigned int uint32;
19typedef signed char int8;
20typedef signed short int16;
21typedef signed int int32;
22
23/* Libs */
24#define USE_VORBIS
25#undef USE_TREMOR
26#undef USE_FLAC
27#undef USE_MAD
28#define USE_ALSA
29#define USE_ZLIB
30#define USE_MPEG2
31#undef USE_FLUIDSYNTH
32#undef USE_MT32EMU
33
34/* Whether we should use i386 assembly routines */
35#undef USE_NASM
36
37/* Plugin settings */
38
39
40#endif /* CONFIG_H */