18 lines
373 B
C
18 lines
373 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$
|
|
*/
|
|
|
|
#define BITS32
|
|
#define BIG
|
|
#define MSBFIRST
|
|
#define BSDUNIX
|
|
#define MUSTALIGN
|
|
|