|
|
1.1 ! root 1: /* m- file for AT&T UNIX PC model 7300 ! 2: Copyright (C) 1985 Richard M. Stallman. ! 3: Modified for this machine by mtxinu!rtech!gonzo!daveb ! 4: ! 5: This file is part of GNU Emacs. ! 6: ! 7: GNU Emacs is distributed in the hope that it will be useful, ! 8: but WITHOUT ANY WARRANTY. No author or distributor ! 9: accepts responsibility to anyone for the consequences of using it ! 10: or for whether it serves any particular purpose or works at all, ! 11: unless he says so in writing. Refer to the GNU Emacs General Public ! 12: License for full details. ! 13: ! 14: Everyone is granted permission to copy, modify and redistribute ! 15: GNU Emacs, but only under the conditions described in the ! 16: GNU Emacs General Public License. A copy of this license is ! 17: supposed to have been given to you along with GNU Emacs so you ! 18: can know your rights and responsibilities. It should be in a ! 19: file named COPYING. Among other things, the copyright notice ! 20: and this notice must be preserved on all copies. */ ! 21: ! 22: ! 23: /* This machine does not have flexnames. Yuk */ ! 24: ! 25: # define SHORTNAMES ! 26: ! 27: ! 28: /* The following three symbols give information on ! 29: the size of various data types. */ ! 30: ! 31: #define SHORTBITS 16 /* Number of bits in a short */ ! 32: ! 33: #define INTBITS 32 /* Number of bits in an int */ ! 34: ! 35: #define LONGBITS 32 /* Number of bits in a long */ ! 36: ! 37: /* Define BIG_ENDIAN iff lowest-numbered byte in a word ! 38: is the most significant byte. */ ! 39: ! 40: #define BIG_ENDIAN ! 41: ! 42: /* XINT must explicitly sign-extend */ ! 43: ! 44: #define EXPLICIT_SIGN_EXTEND ! 45: ! 46: /* Define how to take a char and sign-extend into an int. ! 47: On machines where char is signed, this is a no-op. */ ! 48: ! 49: #define SIGN_EXTEND_CHAR(c) (c) ! 50: ! 51: /* Use type int rather than a union, to represent Lisp_Object */ ! 52: ! 53: #define NO_UNION_TYPE ! 54: ! 55: /* Now define a symbol for the cpu type, if your compiler ! 56: does not define it automatically: ! 57: vax, m68000, ns16000 are the ones defined so far. */ ! 58: ! 59: # ifndef mc68k ! 60: # define mc68k ! 61: # endif ! 62: #ifndef m68k ! 63: #define m68k ! 64: #endif ! 65: ! 66: /* Cause crt0.c to define errno. */ ! 67: ! 68: #define NEED_ERRNO ! 69: ! 70: /* Data type of load average, as read out of kmem. */ ! 71: /* These are commented out since it is not supported by this machine. */ ! 72: ! 73: /* #define LOAD_AVE_TYPE long */ ! 74: ! 75: /* Convert that into an integer that is 100 for a load average of 1.0 */ ! 76: ! 77: /* #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0) */ ! 78: ! 79: /* Avoid compiler bug */ ! 80: ! 81: #define ADDR_CORRECT (c) (c)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.