Mercurial > hg > xemacs-beta
comparison src/s/hpux9.h @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | ac2d302a0011 |
children | 43dd3413c7c7 |
comparison
equal
deleted
inserted
replaced
148:f659db2a1f73 | 149:538048ae2ab8 |
---|---|
73 /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ | 73 /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ |
74 #undef LIBX11_SYSTEM | 74 #undef LIBX11_SYSTEM |
75 | 75 |
76 /* XEmacs: apparently rint() is totally broken in HPUX 9. */ | 76 /* XEmacs: apparently rint() is totally broken in HPUX 9. */ |
77 #undef HAVE_RINT | 77 #undef HAVE_RINT |
78 | |
79 /* XEmacs addition */ | |
80 #ifndef OBJECTS_SYSTEM | |
81 #define OBJECTS_SYSTEM strcat.o | |
82 #endif |