comparison src/s/irix6-0.h @ 60:2e6f5e180fb8 r19-16-pre5

Import from CVS: tag r19-16-pre5
author cvs
date Mon, 13 Aug 2007 08:58:59 +0200
parents 8b0bdfdf0cf0
children 28a7c63c7e1e
comparison
equal deleted inserted replaced
59:37115eea810c 60:2e6f5e180fb8
23 /* Irix 5 has this defined in inttypes.h, but you can't include 23 /* Irix 5 has this defined in inttypes.h, but you can't include
24 * both inttypes.h and sys/types.h. This is fixed by Irix 6.2. 24 * both inttypes.h and sys/types.h. This is fixed by Irix 6.2.
25 * This should probably be set by configure. 25 * This should probably be set by configure.
26 */ 26 */
27 #define HAVE_UINTPTR_T 1 27 #define HAVE_UINTPTR_T 1
28
29 /* R. Cognot 09/24/97
30 * This may be needed for other ABIs, but at least I'm sure it is
31 * is needed on n32, as purify reports UMRs in siglongjmp and
32 * xemacs dumps core every once in a while...
33 */
34 #if (_MIPS_SIM==_MIPS_SIM_ABIN32)
35 #undef HAVE_SIGSETJMP
36 #endif