diff options
| author | Richard M. Stallman | 1994-06-20 23:10:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-20 23:10:29 +0000 |
| commit | ecc22c11bcaad2e641c8c283c5471fc156f71c32 (patch) | |
| tree | cb4f618ba6f63d44debed256937f266e57c984c9 /src/m | |
| parent | 50760c4a87e7fd754b147e267cb50c57a86ae1cd (diff) | |
| download | emacs-ecc22c11bcaad2e641c8c283c5471fc156f71c32.tar.gz emacs-ecc22c11bcaad2e641c8c283c5471fc156f71c32.zip | |
(HAVE_STRERROR, HAVE_XRMSETDATABASE)
(HAVE_XSCREENRESOURCESTRING, HAVE_SETSID): Add #undefs.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/mips4.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/m/mips4.h b/src/m/mips4.h index eb8445f2a9b..8590d6e71bc 100644 --- a/src/m/mips4.h +++ b/src/m/mips4.h | |||
| @@ -48,3 +48,12 @@ NOTE-END */ | |||
| 48 | #define LD_SWITCH_MACHINE -systype bsd43 -g3 -D 800000 | 48 | #define LD_SWITCH_MACHINE -systype bsd43 -g3 -D 800000 |
| 49 | 49 | ||
| 50 | #define NO_MODE_T | 50 | #define NO_MODE_T |
| 51 | |||
| 52 | /* These are needed on Riscos 4.0. | ||
| 53 | It appears that's the only system which uses mips4.h and defined BSD. */ | ||
| 54 | #ifdef BSD | ||
| 55 | #undef HAVE_STRERROR | ||
| 56 | #undef HAVE_XRMSETDATABASE | ||
| 57 | #undef HAVE_XSCREENRESOURCESTRING | ||
| 58 | #undef HAVE_SETSID | ||
| 59 | #endif | ||