Mercurial > emacs
changeset 30426:8674e7d48c7a
(LIBS_TERMCAP): Move from m/sparc.h.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 24 Jul 2000 18:28:05 +0000 |
parents | ad577e2e48d3 |
children | 42a7a2149c68 |
files | src/s/sol2.h src/s/sunos4-0.h |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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