# HG changeset patch # User Dave Love # Date 964463285 0 # Node ID 8674e7d48c7af4d42ca1b7a1f88be97faa34104a # Parent ad577e2e48d3af8ca6322e6e7845526bbb0da60a (LIBS_TERMCAP): Move from m/sparc.h. diff -r ad577e2e48d3 -r 8674e7d48c7a src/s/sol2.h --- a/src/s/sol2.h Mon Jul 24 17:58:32 2000 +0000 +++ b/src/s/sol2.h Mon Jul 24 18:28:05 2000 +0000 @@ -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 -r ad577e2e48d3 -r 8674e7d48c7a src/s/sunos4-0.h --- a/src/s/sunos4-0.h Mon Jul 24 17:58:32 2000 +0000 +++ b/src/s/sunos4-0.h Mon Jul 24 18:28:05 2000 +0000 @@ -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