Mercurial > hg > xemacs-beta
comparison src/s/irix6-0.h @ 58:8b0bdfdf0cf0 r19-16-pre4
Import from CVS: tag r19-16-pre4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:58:37 +0200 |
parents | e04119814345 |
children | 2e6f5e180fb8 |
comparison
equal
deleted
inserted
replaced
57:14ab9e17efe0 | 58:8b0bdfdf0cf0 |
---|---|
17 #undef C_SWITCH_SYSTEM | 17 #undef C_SWITCH_SYSTEM |
18 #endif | 18 #endif |
19 | 19 |
20 /* Irix 6.2 doesn't need -lw */ | 20 /* Irix 6.2 doesn't need -lw */ |
21 #undef NEED_LIBW | 21 #undef NEED_LIBW |
22 | |
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. | |
25 * This should probably be set by configure. | |
26 */ | |
27 #define HAVE_UINTPTR_T 1 |