summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-07-16 05:45:45 +0000
committerKarl Heuer <kwzh@gnu.org>1996-07-16 05:45:45 +0000
commitc9ffa990fbb91621edb81115dae97320c9976f01 (patch)
treedf5cddb7a04a4657b4ff6a015b6d6e773d05add6 /src/s
parent62ea0dcfabad0e48f92ba583d3a3195af39f6fcf (diff)
downloademacs-c9ffa990fbb91621edb81115dae97320c9976f01.tar.gz
(LIBS_TERMCAP): New definition.
Diffstat (limited to 'src/s')
-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 @@
#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