From b406d9d4d2bad667dcbbd8ca3ce12cd6730b8591 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 26 Jul 1989 23:59:15 +0000 Subject: [PATCH] Move -ltermcap definition to hpux system file. --- v7/src/microcode/m/hp9k300.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/v7/src/microcode/m/hp9k300.h b/v7/src/microcode/m/hp9k300.h index e4edb13dc..7f1473b56 100644 --- a/v7/src/microcode/m/hp9k300.h +++ b/v7/src/microcode/m/hp9k300.h @@ -1,7 +1,7 @@ /* -*-C-*- Machine file for HP9000 series 300 (or 200) -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k300.h,v 1.1 1989/07/18 22:35:45 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k300.h,v 1.2 1989/07/26 23:59:15 cph Rel $ Copyright (c) 1989 Massachusetts Institute of Technology @@ -54,10 +54,6 @@ MIT in each case. */ #endif -#ifndef HAVE_CURSES -#define LIBS_MACHINE -ltermcap -#endif - #ifdef HAVE_STARBASE_GRAPHICS /* Add additional Starbase device drivers here. If HAVE_X_WINDOWS is defined (in the s/ file), -lddsox11 is -- 2.25.1