Mercurial > hg > xemacs-beta
comparison src/s/irix6-0.h @ 32:e04119814345 r19-15b99
Import from CVS: tag r19-15b99
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:56 +0200 |
parents | 376386a54a3c |
children | 8b0bdfdf0cf0 |
comparison
equal
deleted
inserted
replaced
31:b9328a10c56c | 32:e04119814345 |
---|---|
14 is needed in configure on Irix 5, but gets in the way there | 14 is needed in configure on Irix 5, but gets in the way there |
15 on Irix 6. So get rid of it except in Makefile.in where we need it. */ | 15 on Irix 6. So get rid of it except in Makefile.in where we need it. */ |
16 #ifndef THIS_IS_MAKEFILE | 16 #ifndef THIS_IS_MAKEFILE |
17 #undef C_SWITCH_SYSTEM | 17 #undef C_SWITCH_SYSTEM |
18 #endif | 18 #endif |
19 | |
20 /* Irix 6.2 doesn't need -lw */ | |
21 #undef NEED_LIBW |