diff src/s/sunos4-0.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 6b226f263365
children fbabb532002e
line wrap: on
line diff
--- 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