]> git.eshelyaron.com Git - emacs.git/commitdiff
Initial revision
authorKarl Heuer <kwzh@gnu.org>
Mon, 22 Feb 1999 20:56:34 +0000 (20:56 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 22 Feb 1999 20:56:34 +0000 (20:56 +0000)
src/m/f301.h [new file with mode: 0644]
src/s/uxpv.h [new file with mode: 0644]

diff --git a/src/m/f301.h b/src/m/f301.h
new file mode 100644 (file)
index 0000000..1ec0b22
--- /dev/null
@@ -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 (file)
index 0000000..94ea91e
--- /dev/null
@@ -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"