From: Chris Hanson Date: Wed, 26 Jul 1989 23:59:35 +0000 (+0000) Subject: Move -ltermcap definition to hpux system file. X-Git-Tag: 20090517-FFI~11921 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=023e962a1896652230dfb46900c3b1f148b474e4;p=mit-scheme.git Move -ltermcap definition to hpux system file. --- diff --git a/v7/src/microcode/m/hp9k800.h b/v7/src/microcode/m/hp9k800.h index 1e522fa19..d414b5eb9 100644 --- a/v7/src/microcode/m/hp9k800.h +++ b/v7/src/microcode/m/hp9k800.h @@ -1,7 +1,7 @@ /* -*-C-*- Machine file for HP9000 series 800 -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k800.h,v 1.1 1989/07/18 22:35:56 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k800.h,v 1.2 1989/07/26 23:59:26 cph Rel $ Copyright (c) 1989 Massachusetts Institute of Technology @@ -36,10 +36,3 @@ MIT in each case. */ #define PROC_TYPE PROC_TYPE_HPPA #define C_SWITCH_MACHINE -Dspectrum - -/* Optimization loses on "interp.c". */ -#define C_OPTIMIZE_SWITCH - -#ifndef HAVE_CURSES -#define LIBS_SYSTEM -lcurses -#endif diff --git a/v7/src/microcode/s/hpux.h b/v7/src/microcode/s/hpux.h index 6254a2fd9..708f06c52 100644 --- a/v7/src/microcode/s/hpux.h +++ b/v7/src/microcode/s/hpux.h @@ -1,7 +1,7 @@ /* -*-C-*- System file for HP-UX -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/hpux.h,v 1.2 1989/07/26 04:17:10 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/hpux.h,v 1.3 1989/07/26 23:59:35 cph Rel $ Copyright (c) 1989 Massachusetts Institute of Technology @@ -44,3 +44,7 @@ MIT in each case. */ #define SOURCES_SYSTEM unixprim.c #define OBJECTS_SYSTEM unixprim.o + +#ifndef HAVE_CURSES +#define LIBS_SYSTEM -lcurses +#endif