home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckc072.zip / ckcsym.h < prev    next >
Text File  |  1989-02-02  |  703b  |  15 lines

  1. /* This file is for use with compilers that don't have the capability to
  2.  * #define symbols on the C compiler command line.  This file must
  3.  * be #include'd before all other ck*.h files so that the symbols #define'd
  4.  * here can be used for any subsequent conditional code.  Symbols should be
  5.  * #define'd as 1 if TRUE and 0 if FALSE.  This implies, of course, that they
  6.  * be tested with #if's, not #ifdef's and #ifndef's.
  7.  */ 
  8.  
  9. /*
  10.  * For example, this file was required to compile Macintosh Kermit under
  11.  * Megamax C (which we don't do any more), because Megamax did not have
  12.  * a mechanism for defining symbols on the command line, so this file was
  13.  * used to define the symbol MAC.
  14.  */
  15.