# HG changeset patch # User Karl Heuer # Date 919716994 0 # Node ID e075b0cbd57a5834d4fc231a3de9c925779a35db # Parent 9feaa3768697969042385b9dadd31419c4a37c64 Initial revision diff -r 9feaa3768697 -r e075b0cbd57a src/m/f301.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/m/f301.h Mon Feb 22 20:56:34 1999 +0000 @@ -0,0 +1,7 @@ +/* Machine description file for Fujitsu F301 machines. */ + +/* The following line tells the configuration script what sort of + operating system this machine is likely to run. + USUAL-OPSYS="uxpv" */ + +#include "delta88k.h" diff -r 9feaa3768697 -r e075b0cbd57a src/s/uxpv.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/s/uxpv.h Mon Feb 22 20:56:34 1999 +0000 @@ -0,0 +1,11 @@ +/* System description file for Fujitsu UXP/V + This file describes the parameters that system description files + should define or not. */ + +#include "usg5-4-2.h" + +/* SYSTEM_TYPE should indicate the kind of system you are using. + It sets the Lisp variable system-type. */ + +#undef SYSTEM_TYPE +#define SYSTEM_TYPE "uxpv"