From: Karl Heuer Date: Tue, 16 Jul 1996 05:45:45 +0000 (+0000) Subject: (LIBS_TERMCAP): New definition. X-Git-Tag: emacs-19.34~154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12c4b4048547004aac727d2fc7ffc4d77c069ad8;p=emacs.git (LIBS_TERMCAP): New definition. --- diff --git a/src/s/hpux10.h b/src/s/hpux10.h index 78f83b9339d..63a60a120b0 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h @@ -21,3 +21,7 @@ #else #define LIBS_SYSTEM -l:libdld.sl #endif + +/* Make sure we get select from libc rather than from libcurses + because libcurses on HPUX 10.10 has a broken version of select. */ +#define LIBS_TERMCAP -lc -lcurses