aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1996-07-16 05:45:45 +0000
committerKarl Heuer1996-07-16 05:45:45 +0000
commit12c4b4048547004aac727d2fc7ffc4d77c069ad8 (patch)
treea2d984db464e22097dd249f446573da6fc350eb7 /src
parentf7779190d4af7d175215683d56a1cc1096828ec9 (diff)
downloademacs-12c4b4048547004aac727d2fc7ffc4d77c069ad8.tar.gz
emacs-12c4b4048547004aac727d2fc7ffc4d77c069ad8.zip
(LIBS_TERMCAP): New definition.
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux10.h4
1 files changed, 4 insertions, 0 deletions
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 @@
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