|
|
1.1 ! root 1: /* ! 2: * static char *ID_sgsh = "@(#) sgs.h: 1.13 1/25/84"; ! 3: */ ! 4: ! 5: #define SGS "" ! 6: ! 7: /* The symbol FBOMAGIC is defined in filehdr.h */ ! 8: ! 9: #define MAGIC FBOMAGIC ! 10: #define TVMAGIC (MAGIC+1) ! 11: ! 12: #define ISMAGIC(x) (x == MAGIC) ! 13: ! 14: ! 15: #ifdef ARTYPE ! 16: #define ISARCHIVE(x) ( x == ARTYPE) ! 17: #define BADMAGIC(x) ((((x) >> 8) < 7) && !ISMAGIC(x) && !ISARCHIVE(x)) ! 18: #endif ! 19: ! 20: ! 21: /* ! 22: * When a UNIX aout header is to be built in the optional header, ! 23: * the following magic numbers can appear in that header: ! 24: * ! 25: * AOUT1MAGIC : default ! 26: * PAGEMAGIC : configured for paging ! 27: */ ! 28: ! 29: #define AOUT1MAGIC 0407 ! 30: #define AOUT2MAGIC 0410 ! 31: #define PAGEMAGIC 0413 ! 32: ! 33: ! 34: ! 35: /* ! 36: * MAXINT defines the maximum integer for printf.c ! 37: */ ! 38: ! 39: #define MAXINT 2147483647 ! 40: ! 41: #define SGSNAME "" ! 42: #define RELEASE "System V Release 3P.0.0.0 1/25/84"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.