From: Guillermo J. Rozas Date: Thu, 24 Jun 1993 08:25:15 +0000 (+0000) Subject: Update some defaults. X-Git-Tag: 20090517-FFI~8288 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=91b51b513a2511598adaa6bcaba141d867794e3b;p=mit-scheme.git Update some defaults. --- diff --git a/v7/src/microcode/unxutl/cf-dist.h b/v7/src/microcode/unxutl/cf-dist.h index 9260b0915..0bda17c24 100644 --- a/v7/src/microcode/unxutl/cf-dist.h +++ b/v7/src/microcode/unxutl/cf-dist.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: cf-dist.h,v 1.15 1993/06/24 03:57:26 gjr Exp $ +$Id: cf-dist.h,v 1.16 1993/06/24 08:25:15 gjr Exp $ Copyright (c) 1989-1993 Massachusetts Institute of Technology @@ -55,6 +55,9 @@ MIT in each case. */ /* Define this macro to use a non-standard assembler. */ /* #define ALTERNATE_AS gashp */ +/* Define this macro to use a non-standard install program. */ +/* #define INSTALL_PROGRAM ginstall -c */ + #include "s.h" #include "m.h" @@ -68,10 +71,14 @@ MIT in each case. */ /* Define HAVE_STARBASE_GRAPHICS if you want Starbase graphics support. This is specific to HP-UX. */ /* #define HAVE_STARBASE_GRAPHICS */ -/* #define STARBASE_DEVICE_DRIVERS -ldd300h -ldd98700 -ldd98710 -ldd98556 */ +/* #define STARBASE_DEVICE_DRIVERS -ldd300h -ldd98556 -lddgcrx */ /* Some compilation options: - -DDISABLE_HISTORY turns off history recording mechanism */ + -DDISABLE_HISTORY turns off history recording mechanism + -DCOMPILE_STEPPER turns on support for the stepper + Done by config.h + */ + #define C_SWITCH_FEATURES /* The following two switches are mutually exclusive for most C compilers.