aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1998-11-04 10:54:59 +0000
committerKenichi Handa1998-11-04 10:54:59 +0000
commitfbddb98df162de9a860d332a9afcc633dd77d9af (patch)
tree62dc9689e0ebaa43cffc3f5d0059e07480e9219f /src
parenta4165c918b56cba30f020a738a8b4173470e3d22 (diff)
downloademacs-fbddb98df162de9a860d332a9afcc633dd77d9af.tar.gz
emacs-fbddb98df162de9a860d332a9afcc633dd77d9af.zip
Initial revision
Diffstat (limited to 'src')
-rw-r--r--src/m/ews4800.h19
-rw-r--r--src/s/ux4800.h19
2 files changed, 38 insertions, 0 deletions
diff --git a/src/m/ews4800.h b/src/m/ews4800.h
new file mode 100644
index 00000000000..d8eec83ed12
--- /dev/null
+++ b/src/m/ews4800.h
@@ -0,0 +1,19 @@
1/* m- file for NEC EWS4800 RISC series. */
2#undef LIB_STANDARD
3#undef C_DEBUG_SWITCH
4#define INHIBIT_BSD_TIME
5#undef USG
6#include "mips.h"
7#define USG
8#undef UNEXEC
9#define UNEXEC unexelf.o
10#undef LIBS_MACHINE
11#undef LD_SWITCH_MACHINE
12#undef START_FILES
13#undef DATA_START
14#undef LIB_STANDARD
15#undef C_SWITCH_MACHINE
16#ifndef __GNUC__
17#undef C_DEBUG_SWITCH
18#define C_DEBUG_SWITCH -O -KOlimit=3000 -ZXNd=5000
19#endif /* !__GNUC__ */
diff --git a/src/s/ux4800.h b/src/s/ux4800.h
new file mode 100644
index 00000000000..85fdb232f06
--- /dev/null
+++ b/src/s/ux4800.h
@@ -0,0 +1,19 @@
1/* Definitions file for GNU Emacs running on NEC's UX/4800 (SVR4.2MP) */
2#include "usg5-4-2.h"
3#undef LIB_MOTIF
4#ifndef nec_ews
5#define nec_ews
6#endif
7#ifndef nec_ews_svr4
8#define nec_ews_svr4
9#endif
10#define XOS_NEEDS_TIME_H
11#define HAVE_VFORK
12#define HAVE_CLOCK
13#define GETTIMEOFDAY_ONE_ARGUMENT
14#ifdef __STDC__
15#define MKDIR_PROTOTYPE int mkdir(char *dpath, mode_t dmode)
16#endif
17#ifndef __GNUC__
18#define C_DEBUG_SWITCH -O -KOlimit=3000 -ZXNd=5000
19#endif