From: Karl Heuer Date: Mon, 22 Feb 1999 20:56:34 +0000 (+0000) Subject: Initial revision X-Git-Tag: emacs-20.4~565 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf7ce02180f3b1b9941274a08e5a8bc3429a5a45;p=emacs.git Initial revision --- diff --git a/src/m/f301.h b/src/m/f301.h new file mode 100644 index 00000000000..1ec0b221386 --- /dev/null +++ b/src/m/f301.h @@ -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 --git a/src/s/uxpv.h b/src/s/uxpv.h new file mode 100644 index 00000000000..94ea91eb1a1 --- /dev/null +++ b/src/s/uxpv.h @@ -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"