# HG changeset patch # User Kenichi Handa # Date 910176899 0 # Node ID f6ab39ac9c5563496a45cac95f5205c23358b006 # Parent 72e494670e206dda973faa2ae134d9d1f4842076 Initial revision diff -r 72e494670e20 -r f6ab39ac9c55 src/m/ews4800.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/m/ews4800.h Wed Nov 04 10:54:59 1998 +0000 @@ -0,0 +1,19 @@ +/* m- file for NEC EWS4800 RISC series. */ +#undef LIB_STANDARD +#undef C_DEBUG_SWITCH +#define INHIBIT_BSD_TIME +#undef USG +#include "mips.h" +#define USG +#undef UNEXEC +#define UNEXEC unexelf.o +#undef LIBS_MACHINE +#undef LD_SWITCH_MACHINE +#undef START_FILES +#undef DATA_START +#undef LIB_STANDARD +#undef C_SWITCH_MACHINE +#ifndef __GNUC__ +#undef C_DEBUG_SWITCH +#define C_DEBUG_SWITCH -O -KOlimit=3000 -ZXNd=5000 +#endif /* !__GNUC__ */ diff -r 72e494670e20 -r f6ab39ac9c55 src/s/ux4800.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/s/ux4800.h Wed Nov 04 10:54:59 1998 +0000 @@ -0,0 +1,19 @@ +/* Definitions file for GNU Emacs running on NEC's UX/4800 (SVR4.2MP) */ +#include "usg5-4-2.h" +#undef LIB_MOTIF +#ifndef nec_ews +#define nec_ews +#endif +#ifndef nec_ews_svr4 +#define nec_ews_svr4 +#endif +#define XOS_NEEDS_TIME_H +#define HAVE_VFORK +#define HAVE_CLOCK +#define GETTIMEOFDAY_ONE_ARGUMENT +#ifdef __STDC__ +#define MKDIR_PROTOTYPE int mkdir(char *dpath, mode_t dmode) +#endif +#ifndef __GNUC__ +#define C_DEBUG_SWITCH -O -KOlimit=3000 -ZXNd=5000 +#endif