home *** CD-ROM | disk | FTP | other *** search
- #undef MSDOS
- #define MSDOS 1
-
- #define DosFncs
- #define KeyboardFncs
- #define NoLargeInts
- #define SystemFnc
-
- #undef MICROSOFT
- #define MICROSOFT 1
-
- #define FixedRegions
- #define Standard
-
- #ifdef DosFncs
- #define HostStr "MS-DOS (FR + MS-DOS functions) ex Microsoft C Version 6.0"
- #else /* DosFncs */
- #define HostStr "MS-DOS (FR) ex Microsoft C Version 6.0"
- #endif /* DosFncs */
-
- /*
- * The following definitions are common to all C compilers (to date).
- */
-
- #define IntBits 16
- #define Precision 8
- #define IcodeSuffix ".icx"
- #define IcodeASuffix ".ICX"
- #define index strchr
- #define rindex strrchr
- #define unlink remove
- #define DiffPtrs(p1,p2) ((word)(p1)-(word)(p2))
-