# HG changeset patch # User Richard M. Stallman # Date 727992772 0 # Node ID 2f28485111759656864799d46f3376c8fb1f764b # Parent e8a0d6a1b36aa531f362dcc2e6e081197d38576c [TERMINFO]: Don't define LIBS_TERMCAP. diff -r e8a0d6a1b36a -r 2f2848511175 src/m/sparc.h --- a/src/m/sparc.h Mon Jan 25 20:11:29 1993 +0000 +++ b/src/m/sparc.h Mon Jan 25 20:12:52 1993 +0000 @@ -83,9 +83,12 @@ #define HAVE_ALLOCA #include -/* Must use the system's termcap. It does special things. */ +/* Must use the system's termcap, if we use any termcap. + It does special things. */ +#ifndef TERMINFO #define LIBS_TERMCAP -ltermcap +#endif /* Mask for address bits within a memory segment */