Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/s/hpux9.h Mon Aug 13 09:38:27 2007 +0200 +++ b/src/s/hpux9.h Mon Aug 13 09:39:39 2007 +0200 @@ -75,3 +75,8 @@ /* XEmacs: apparently rint() is totally broken in HPUX 9. */ #undef HAVE_RINT + +/* XEmacs: avoid using -lcurses, to make the binary portable from 9.X to 10.X */ +#undef LIBS_TERMCAP +#define LIBS_TERMCAP -ltermcap +