home *** CD-ROM | disk | FTP | other *** search
- #undef OS2
- #undef MSDOS /* Just to be sure... */
- #define OS2 1
-
- /*
- * The following definitions assure the C compilers are defined with
- * the correct logical values for #if directives. The definitions
- * they use come from the C command line.
- */
-
- #undef MICROSOFT
- #define MICROSOFT 1
-
- #define FixedRegions
- #define Standard
- #define KeyboardFncs
- #define Pipes
- #define SystemFnc
-
- #define StackSize 8000 /* OS2 needs a little large than normal stack */
-
- #define HostStr "OS/2 (FR) ex Microsoft C Version 6.0"
-
- /*
- * The following definitions are common to all C compilers (to date).
- */
-
- #define IntBits 16
- #define Precision 15 /* As per float.h DBL_DIGIT */
- #define IcodeSuffix ".icx"
- #define IcodeASuffix ".ICX"
- #define index strchr
- #define rindex strrchr
- #define unlink remove
- #define DiffPtrs(p1,p2) ((word)(p1)-(word)(p2))
-