Mercurial > emacs
changeset 24384:e075b0cbd57a
Initial revision
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 22 Feb 1999 20:56:34 +0000 |
parents | 9feaa3768697 |
children | 92817fedff02 |
files | src/m/f301.h src/s/uxpv.h |
diffstat | 2 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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"
--- /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"