0
|
1 /* Synched up with: FSF 19.31. */
|
|
2
|
|
3 #include "irix5-3.h"
|
|
4
|
32
|
5 /* Irix 6.2 doesn't need -lw */
|
|
6 #undef NEED_LIBW
|
58
|
7
|
|
8 /* Irix 5 has this defined in inttypes.h, but you can't include
|
|
9 * both inttypes.h and sys/types.h. This is fixed by Irix 6.2.
|
|
10 * This should probably be set by configure.
|
|
11 */
|
|
12 #define HAVE_UINTPTR_T 1
|
60
|
13
|
|
14 /* R. Cognot 09/24/97
|
|
15 * This may be needed for other ABIs, but at least I'm sure it is
|
|
16 * is needed on n32, as purify reports UMRs in siglongjmp and
|
|
17 * xemacs dumps core every once in a while...
|
|
18 */
|
|
19 #if (_MIPS_SIM==_MIPS_SIM_ABIN32)
|
|
20 #undef HAVE_SIGSETJMP
|
|
21 #endif
|