home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************
- * *
- * Special macros required to correctly build the *
- * the CodeWarrior version of libI77. *
- * *
- *****************************************************/
-
-
- #define NON_UNIX_STDIO /* Force ANSI standard IO calls */
- #define _POSIX_SOURCE /* Force use of tmpnam() instead of mktemp() */
- #define CW_F2C /* Trigger CodeWarrior specific library modifications */
-