blob: 1c846ffb0dc7721a857f4539d99d9949c0d4d833 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* Copyright 1988 by the Massachusetts Institute of Technology.
* For copying and distribution information, please see the file
* <Copyright.MIT>.
*
* Machine-type definitions: SPARC with BSD Unix, e.g. SUN-4
*
* from: conf-bsdsparc.h,v 4.0 89/06/02 13:04:06 jtkohl Exp $
* $Id$
*/
#define BITS32
#define BIG
#define MSBFIRST
#define BSDUNIX
#define MUSTALIGN
|