aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux10.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h
index 32daf200a21..58c6f43951d 100644
--- a/src/s/hpux10.h
+++ b/src/s/hpux10.h
@@ -27,8 +27,9 @@
27#endif 27#endif
28 28
29/* Make sure we get select from libc rather than from libcurses 29/* Make sure we get select from libc rather than from libcurses
30 because libcurses on HPUX 10.10 has a broken version of select. */ 30 because libcurses on HPUX 10.10 has a broken version of select.
31#define LIBS_TERMCAP -lc -lcurses 31 We used to use -lc -lcurses, but this may be cleaner. */
32#define LIBS_TERMCAP -ltermcap
32 33
33#undef C_SWITCH_X_SYSTEM 34#undef C_SWITCH_X_SYSTEM
34#undef LD_SWITCH_X_DEFAULT 35#undef LD_SWITCH_X_DEFAULT