comparison src/s/hpux10.h @ 15708:1fb9ef6e1a9a

(LIBS_TERMCAP): New definition.
author Karl Heuer <kwzh@gnu.org>
date Tue, 16 Jul 1996 05:45:45 +0000
parents 1993f23c4bfe
children 08e349d3fa14
comparison
equal deleted inserted replaced
15707:303f5be100a9 15708:1fb9ef6e1a9a
19 #ifdef HPUX_NET 19 #ifdef HPUX_NET
20 #define LIBS_SYSTEM -ln -l:libdld.sl 20 #define LIBS_SYSTEM -ln -l:libdld.sl
21 #else 21 #else
22 #define LIBS_SYSTEM -l:libdld.sl 22 #define LIBS_SYSTEM -l:libdld.sl
23 #endif 23 #endif
24
25 /* Make sure we get select from libc rather than from libcurses
26 because libcurses on HPUX 10.10 has a broken version of select. */
27 #define LIBS_TERMCAP -lc -lcurses