aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-07-24 18:28:05 +0000
committerDave Love2000-07-24 18:28:05 +0000
commit9272c039fbd67d5f49ad75518e6a45b0d58dc22e (patch)
tree930affd85a5b745ab47aac22ca14ec3a153d81ae /src
parentbcd010a058be28d339a26e91d3ef349723952681 (diff)
downloademacs-9272c039fbd67d5f49ad75518e6a45b0d58dc22e.tar.gz
emacs-9272c039fbd67d5f49ad75518e6a45b0d58dc22e.zip
(LIBS_TERMCAP): Move from m/sparc.h.
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2.h7
-rw-r--r--src/s/sunos4-0.h7
2 files changed, 14 insertions, 0 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h
index 9bd86914835..d0c42e6c62c 100644
--- a/src/s/sol2.h
+++ b/src/s/sol2.h
@@ -39,3 +39,10 @@
39 XIM support. */ 39 XIM support. */
40 40
41#define INHIBIT_X11R6_XIM 41#define INHIBIT_X11R6_XIM
42
43/* Must use the system's termcap, if we use any termcap.
44 It does special things. */
45
46#ifndef TERMINFO
47#define LIBS_TERMCAP -ltermcap
48#endif
diff --git a/src/s/sunos4-0.h b/src/s/sunos4-0.h
index 78531499a27..e0b66190562 100644
--- a/src/s/sunos4-0.h
+++ b/src/s/sunos4-0.h
@@ -37,3 +37,10 @@
37#define MKDIR_PROTOTYPE \ 37#define MKDIR_PROTOTYPE \
38 int mkdir (const char *dpath, unsigned short dmode) 38 int mkdir (const char *dpath, unsigned short dmode)
39#endif /* __GNUC__ */ 39#endif /* __GNUC__ */
40
41/* Must use the system's termcap, if we use any termcap.
42 It does special things. */
43
44#ifndef TERMINFO
45#define LIBS_TERMCAP -ltermcap
46#endif