|
|
1.1 ! root 1: #define ON 1 ! 2: #define OFF 0 ! 3: ! 4: #define FATAL 1 ! 5: #define ERROR -999L ! 6: ! 7: #define BSIZE 256 ! 8: #define MAXSECTIONS 256 ! 9: #define MAXTEMPENTS 1024 ! 10: ! 11: #define TEMPENT struct tempent ! 12: struct tempent ! 13: { ! 14: long new; ! 15: long old; ! 16: #if !AR16WR ! 17: TEMPENT *link; ! 18: #endif ! 19: }; ! 20: ! 21: #define TEMPSZ sizeof(TEMPENT) ! 22: ! 23: /* @(#) defs.h: 1.4 1/19/83 */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.