Mercurial > hg > xemacs-beta
diff src/s/hpux10.h @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 59463afc5666 |
children | 0132846995bd |
line wrap: on
line diff
--- a/src/s/hpux10.h Mon Aug 13 09:38:27 2007 +0200 +++ b/src/s/hpux10.h Mon Aug 13 09:39:39 2007 +0200 @@ -17,3 +17,7 @@ /* Fix kernel file name for 10.10 */ #undef KERNEL_FILE #define KERNEL_FILE "/stand/vmunix" + +/* XEmacs: -lcurses includes a broken select() call on some 10.X systems. */ +#undef LIBS_TERMCAP +#define LIBS_TERMCAP -ltermcap