19 lines
207 B
C
19 lines
207 B
C
/* configuration for local MSDOS */
|
|
|
|
#ifndef MSDOS
|
|
#define MSDOS 1
|
|
#endif
|
|
|
|
#ifndef MSC
|
|
#define MSC 1
|
|
#endif
|
|
|
|
#ifndef LARGE
|
|
#define LARGE 1
|
|
#endif
|
|
|
|
|
|
// #ifndef DEBUG
|
|
// #define DEBUG 0
|
|
// #endif
|