|
|
coherent
/* * h/i386/cppmch.h * C preprocessor. * Machine and/or system specific header file. * i386. */ /* * n0/cc0.c defines MACHINE, SYSTEM, LOCATION and FPFORMAT for cpp by default. * It also defines ISO-compatible versions, e.g. "__COHERENT__". * The code in n0/cc0.c knows that MACHINE and FPFORMAT defined below * have leading '_' but SYSTEM and LOCATION do not, * it must change if the definitions here change. */ #define MACHINE "_I386" #if IEEE #define FPFORMAT "_IEEE" #endif #if DECVAX #define FPFORMAT "_DECVAX" #endif #ifdef UDI #define LOCATION "SERIESIII" #define SYSTEM "UDI" #define DEFDISK "" #endif #ifdef COHERENT #define LOCATION "MWC" #define SYSTEM "COHERENT" #ifdef FLOPPY #define DEFDISK "/lib/include" #else #define DEFDISK "/usr/include" #endif #endif #ifdef vax #define LOCATION "VAX" #define SYSTEM "UDI" #define DEFDISK "CC86$INCLUDE:" #endif #ifdef MSDOS #define LOCATION "MWC86" #define SYSTEM "MSDOS" #define DEFDISK "" #endif /* end of h/i386/cppmch.h */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.