|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T c
Length: 689 (0x2b1) Types: TextFile Names: »ckcsym.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦3da672b63⟧ »EurOpenD3/misc/kermit.tar.Z« └─⟦126dd3ca0⟧ └─⟦this⟧ »ckcsym.h«
/* This file is for use with compilers that don't have the capability to * #define symbols on the C compiler command line. This file must * be #include'd before all other ck*.h files so that the symbols #define'd * here can be used for any subsequent conditional code. Symbols should be * #define'd as 1 if TRUE and 0 if FALSE. This implies, of course, that they * be tested with #if's, not #ifdef's and #ifndef's. */ /* * For example, this file was required to compile Macintosh Kermit under * Megamax C (which we don't do any more), because Megamax did not have * a mechanism for defining symbols on the command line, so this file was * used to define the symbol MAC. */