aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1999-02-22 20:56:34 +0000
committerKarl Heuer1999-02-22 20:56:34 +0000
commitbf7ce02180f3b1b9941274a08e5a8bc3429a5a45 (patch)
tree15a12e23ba32ba7c0df9b3c4d3bb39a718a303e0 /src
parent5dbb45f2fd886e548f642e00e2b4c4d760e7998c (diff)
downloademacs-bf7ce02180f3b1b9941274a08e5a8bc3429a5a45.tar.gz
emacs-bf7ce02180f3b1b9941274a08e5a8bc3429a5a45.zip
Initial revision
Diffstat (limited to 'src')
-rw-r--r--src/m/f301.h7
-rw-r--r--src/s/uxpv.h11
2 files changed, 18 insertions, 0 deletions
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 @@
1/* Machine description file for Fujitsu F301 machines. */
2
3/* The following line tells the configuration script what sort of
4 operating system this machine is likely to run.
5 USUAL-OPSYS="uxpv" */
6
7#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 @@
1/* System description file for Fujitsu UXP/V
2 This file describes the parameters that system description files
3 should define or not. */
4
5#include "usg5-4-2.h"
6
7/* SYSTEM_TYPE should indicate the kind of system you are using.
8 It sets the Lisp variable system-type. */
9
10#undef SYSTEM_TYPE
11#define SYSTEM_TYPE "uxpv"