home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ncr9800 / ckusym.h < prev    next >
Text File  |  2020-01-01  |  2KB  |  30 lines

  1. /**********************************************************************
  2. *                                                   *
  3. * IVS / MCS-Kermit REL 2                                              *
  4. * source code                                                         *
  5. *                                                                     *
  6. * Change History:                                                     *
  7. *                                                                     *
  8. *                1. Modify C-Kermit(4E) source code to                *
  9. *                   produce new module for MCS/IVS-Kermit             *
  10. *                   ORIGINAL RELEASE                                  *
  11. *                   June 22, 1990                                     *
  12. *                                                                     *
  13. *                                                                     *
  14. ***********************************************************************/
  15.  
  16. /* This file is for use with compilers that don't have the capability to
  17.  * #define symbols on the C compiler command line.  This file must
  18.  * be #include'd before all other ck*.h files so that the symbols #define'd
  19.  * here can be used for any subsequent conditional code.  Symbols should be
  20.  * #define'd as 1 if TRUE and 0 if FALSE.  This implies, of course, that they
  21.  * be tested with #if's, not #ifdef's and #ifndef's.
  22.  */
  23.  
  24. /*
  25.  * For example, this file was required to compile Macintosh Kermit under
  26.  * Megamax C (which we don't do any more), because Megamax did not have
  27.  * a mechanism for defining symbols on the command line, so this file was
  28.  * used to define the symbol MAC.
  29.  */
  30.