|
|
1.1 ! root 1: /* ! 2: * h/i8086/cppmch.h ! 3: * C preprocessor. ! 4: * Machine and/or system specific header file. ! 5: * i8086. ! 6: */ ! 7: ! 8: #define MACHINE "IAPX86" ! 9: ! 10: #if IEEE ! 11: #define FPFORMAT "_IEEE" ! 12: #endif ! 13: #if DECVAX ! 14: #define FPFORMAT "_DECVAX" ! 15: #endif ! 16: ! 17: #ifdef UDI ! 18: #define LOCATION "SERIESIII" ! 19: #define SYSTEM "UDI" ! 20: #define DEFDISK "" ! 21: #endif ! 22: ! 23: #ifdef COHERENT ! 24: #define LOCATION "MWC" ! 25: #define SYSTEM "COHERENT" ! 26: #ifdef FLOPPY ! 27: #define DEFDISK "/lib/include" ! 28: #else ! 29: #define DEFDISK "/usr/include" ! 30: #endif ! 31: #endif ! 32: ! 33: #ifdef vax ! 34: #define LOCATION "VAX" ! 35: #define SYSTEM "UDI" ! 36: #define DEFDISK "CC86$INCLUDE:" ! 37: #endif ! 38: ! 39: #ifdef MSDOS ! 40: #define LOCATION "MWC86" ! 41: #define SYSTEM "MSDOS" ! 42: #define DEFDISK "" ! 43: #endif ! 44: ! 45: /* end of h/i8086/cppmch.h */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.