/*
 * Copyright 1988 by the Massachusetts Institute of Technology.
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>.
 *
 * Machine-type definitions: SGI (MIPS)
 */
 
#include "mit-copyright.h"
 
#define MIPS2
#define BITS32
#define BIG
#define MSBFIRST
#define	HOST_BYTE_ORDER	MSB_FIRST
#define BSDUNIX
#define MUSTALIGN
typedef void sigtype;	/* Signal handler functions are declared "void".  */
