comparison src/m/mips4.h @ 16220:02044b05d8e0

Replaced symbol BSD with BSD_SYSTEM.
author Karl Heuer <kwzh@gnu.org>
date Tue, 17 Sep 1996 03:43:54 +0000
parents b2419e15cbbd
children 23a1cea22d13
comparison
equal deleted inserted replaced
16219:7f3f182f20a3 16220:02044b05d8e0
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 51
52 /* These are needed on Riscos 4.0. 52 /* These are needed on Riscos 4.0.
53 It appears that's the only system which uses mips4.h and defined BSD. */ 53 It appears that's the only system which uses mips4.h and defines BSD. */
54 #ifdef BSD 54 #ifdef BSD_SYSTEM
55 #undef HAVE_STRERROR 55 #undef HAVE_STRERROR
56 #undef HAVE_XRMSETDATABASE 56 #undef HAVE_XRMSETDATABASE
57 #undef HAVE_XSCREENRESOURCESTRING 57 #undef HAVE_XSCREENRESOURCESTRING
58 #undef HAVE_SETSID 58 #undef HAVE_SETSID
59 #endif 59 #endif