-/* $OpenBSD: param.h,v 1.6 1996/12/11 11:12:54 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.7 1997/02/28 22:57:34 niklas Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Deskstation Tyne
* Etc
*/
-#define MACHINE "arc"
-#define MACHINE_ARCH "mips"
-#define MID_MACHINE MID_PMAX /* XXX Bogus, but we need it for now... */
+#define MACHINE "arc"
+#define _MACHINE arc
+#define MACHINE_ARCH "mips"
+#define _MACHINE_ARCH mips
+#define MID_MACHINE MID_PMAX /* XXX Bogus, but needed for now... */
/*
* Round p (pointer or byte index) up to a correctly-aligned value for all
+/* $OpenBSD: param.h,v 1.4 1997/02/28 22:57:36 niklas Exp $ */
/* $NetBSD: param.h,v 1.10 1996/01/07 22:30:41 leo Exp $ */
/*
* Machine dependent constants for atari
*/
#define MACHINE "atari"
+#define _MACHINE atari
#define MACHINE_ARCH "m68k"
+#define _MACHINE_ARCH m68k
#define MID_MACHINE MID_M68K
/*
+/* $OpenBSD: param.h,v 1.3 1997/02/28 22:57:38 niklas Exp $ */
+
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
* SUCH DAMAGE.
*
* from: Utah $Hdr: machparam.h 1.11 89/08/14$
- *
- * @(#)param.h 7.8 (Berkeley) 6/28/91
- * $Id: param.h,v 1.2 1996/12/11 11:12:57 deraadt Exp $
*/
#ifndef _MACHINE_PARAM_H_
#define _MACHINE_PARAM_H_
/*
- * Machine dependent constants for amiga
+ * Machine dependent constants for mvme88k
*/
-#define MACHINE "m88k"
+#define MACHINE "mvme88k"
+#define _MACHINE mvme88k
#define MACHINE_ARCH "m88k"
+#define _MACHINE_ARCH m88k
#define MID_MACHINE MID_M88K
/*
+/* $OpenBSD: param.h,v 1.2 1997/02/28 22:57:39 niklas Exp $ */
/* $NetBSD: param.h,v 1.12 1995/06/26 06:56:05 cgd Exp $ */
/*-
#endif
#define MACHINE "pc532"
+#define _MACHINE pc532
#define MACHINE_ARCH "ns32k"
+#define _MACHINE_ARCH ns32k
#define MID_MACHINE MID_NS32532
/*
-/* $OpenBSD: param.h,v 1.3 1997/02/18 15:54:26 rahnds Exp $ */
+/* $OpenBSD: param.h,v 1.4 1997/02/28 22:57:40 niklas Exp $ */
/* $NetBSD: param.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */
/*-
* Machine dependent constants for PowerPC (32-bit only currently)
*/
#define MACHINE "powerpc"
+#define _MACHINE powerpc
#define MACHINE_ARCH "powerpc"
+#define _MACHINE_ARCH powerpc
#define MID_MACHINE MID_ZERO
#define ALIGNBYTES (sizeof(double) - 1)
-/* $OpenBSD: param.h,v 1.2 1997/02/23 21:59:29 pefo Exp $ */
+/* $OpenBSD: param.h,v 1.3 1997/02/28 22:57:41 niklas Exp $ */
/*
* Copyright (c) 1988 University of Utah.
/*
* Machine dependent constants for Willowglen Mips RISC machines:
*/
-#define MACHINE "wgrisc"
-#define MACHINE_ARCH "mips"
-#define MID_MACHINE MID_PMAX /* XXX Bogus, but we need it for now... */
+#define MACHINE "wgrisc"
+#define MACHINE wgrisc
+#define MACHINE_ARCH "mips"
+#define _MACHINE_ARCH mips
+#define MID_MACHINE MID_PMAX /* XXX Bogus, but needed for now... */
/*
* Round p (pointer or byte index) up to a correctly-aligned value for all