18 lines
430 B
C
18 lines
430 B
C
|
/*
|
||
|
* 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: conf-bsdsparc.h,v 1.2 1994/07/19 19:22:54 g89r4222 Exp $
|
||
|
*/
|
||
|
|
||
|
#define BITS32
|
||
|
#define BIG
|
||
|
#define MSBFIRST
|
||
|
#define BSDUNIX
|
||
|
#define MUSTALIGN
|
||
|
|