17 lines
344 B
C
17 lines
344 B
C
|
/*
|
||
|
* Copyright 1989 by the Regents of the University of California
|
||
|
*
|
||
|
* Machine Description : TAHOE.
|
||
|
*
|
||
|
* from: conf-bsdtahoe.h,v 4.0 89/08/30 11:06:53 jtkohl Exp $
|
||
|
* $Id: conf-bsdtahoe.h,v 1.2 1994/07/19 19:22:56 g89r4222 Exp $
|
||
|
*/
|
||
|
|
||
|
#define TAHOE
|
||
|
#define BSDUNIX
|
||
|
#define BITS32
|
||
|
#define BIG
|
||
|
#define MSBFIRST
|
||
|
#define MUSTALIGN
|
||
|
#define NOASM
|