diff src/s/sol2.h @ 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 210942d0dc07
children f3dc37a3c26a
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