mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 01:11:05 +01:00
17 lines
408 B
C
17 lines
408 B
C
|
/*
|
||
|
* Copyright 1988 by the Massachusetts Institute of Technology.
|
||
|
* For copying and distribution information, please see the file
|
||
|
* <Copyright.MIT>.
|
||
|
*
|
||
|
* Machine-type definitions: 68000 with BSD Unix, e.g. SUN
|
||
|
*
|
||
|
* from: conf-bsdm68k.h,v 4.0 88/11/29 11:46:58 jtkohl Exp $
|
||
|
* $Id: conf-bsdm68k.h,v 1.2 1994/07/19 19:22:53 g89r4222 Exp $
|
||
|
*/
|
||
|
|
||
|
#define BITS32
|
||
|
#define BIG
|
||
|
#define MSBFIRST
|
||
|
#define BSDUNIX
|
||
|
|