From 9272c039fbd67d5f49ad75518e6a45b0d58dc22e Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 24 Jul 2000 18:28:05 +0000 Subject: [PATCH] (LIBS_TERMCAP): Move from m/sparc.h. --- src/s/sol2.h | 7 +++++++ src/s/sunos4-0.h | 7 +++++++ 2 files changed, 14 insertions(+) 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 @@ XIM support. */ #define INHIBIT_X11R6_XIM + +/* Must use the system's termcap, if we use any termcap. + It does special things. */ + +#ifndef TERMINFO +#define LIBS_TERMCAP -ltermcap +#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 @@ #define MKDIR_PROTOTYPE \ int mkdir (const char *dpath, unsigned short dmode) #endif /* __GNUC__ */ + +/* Must use the system's termcap, if we use any termcap. + It does special things. */ + +#ifndef TERMINFO +#define LIBS_TERMCAP -ltermcap +#endif -- 2.39.2