view src/m/mips-siemens.h @ 7751:422b83beb015

(shell-font-lock-keywords): Removed regexp for commands. (rmail-summary-font-lock-keywords): New variable. (font-lock-set-defaults): Use it.
author Richard M. Stallman <rms@gnu.org>
date Mon, 30 May 1994 10:41:53 +0000
parents 1903032117a8
children 6c242e506369
line wrap: on
line source

#include "mips.h"


/* Data type of load average, as read out of kmem.  */

#undef LOAD_AVE_TYPE
#define LOAD_AVE_TYPE double

/* Convert that into an integer that is 100 for a load average of 1.0  */

#undef LOAD_AVE_CVT
#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))

/* Don't use the ordinary -g for debugging in cc */

#undef C_DEBUG_SWITCH
#define C_DEBUG_SWITCH -g

/* This system uses a slightly nonstandard variant of elf format.  */
#undef UNEXEC
#define UNEXEC unexelf.o
#define ELF_BSS_SECTION_NAME ".sbss"

#define BSTRING

#define LIB_STANDARD /usr/ccs/lib/libc.a