Mercurial > hg > xemacs-beta
comparison src/s/hpux9.h @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 538048ae2ab8 |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
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: avoid using -lcurses, to make the binary portable from 9.X to 10.X */ | |
80 #undef LIBS_TERMCAP | |
81 #define LIBS_TERMCAP -ltermcap | |
82 |