16 lines
150 B
C
16 lines
150 B
C
|
#ifndef __CONFIG_H_
|
||
|
#define __CONFIG_H_
|
||
|
|
||
|
#define LINUX
|
||
|
#undef WIN32
|
||
|
|
||
|
#undef BITS64
|
||
|
|
||
|
#define ARCH_X86
|
||
|
#undef ARCH_X86_64
|
||
|
|
||
|
#define __CPU__ 586
|
||
|
|
||
|
|
||
|
#endif
|