mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 19:43:41 +00:00
17 lines
352 B
C
17 lines
352 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$
|
|
*/
|
|
|
|
#define BITS32
|
|
#define BIG
|
|
#define MSBFIRST
|
|
#define BSDUNIX
|
|
|