Mercurial > hg > xemacs-beta
comparison src/s/irix6-0.h @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 131b0175ea99 |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
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 |