*** empty log message ***
authorChris Hanson <org/chris-hanson/cph>
Thu, 21 Sep 1989 02:36:27 +0000 (02:36 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 21 Sep 1989 02:36:27 +0000 (02:36 +0000)
v7/src/microcode/unxutl/cf-dist.h

index 1dde1c82cd18895a5bf463116fba3b475d57944e..ccb09d06dc856cd2f56471b20c094161cfbc9df4 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/cf-dist.h,v 1.6 1989/09/19 17:53:38 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/cf-dist.h,v 1.7 1989/09/21 02:36:27 cph Exp $
 
 Copyright (c) 1989 Massachusetts Institute of Technology
 
@@ -39,7 +39,15 @@ MIT in each case. */
 #define PROC_TYPE_VAX 4
 #define PROC_TYPE_MIPS 5
 #define PROC_TYPE_NS32K 6
-#define PROC_TYPE_HCX 7        /* Harris HCX */
+#define PROC_TYPE_HCX 7                /* Harris HCX */
+
+/* Define this macro to use a non-standard compiler.
+   It must be defined before including the m/ and s/ files because
+   they may be conditionalized on it. */
+/* #define ALTERNATE_CC gcc */
+
+/* Define this macro to use a non-standard assembler. */
+/* #define ALTERNATE_AS gashp */
 
 #include "s.h"
 #include "m.h"
@@ -51,6 +59,11 @@ MIT in each case. */
 /* Define HAVE_X_WINDOWS if you want to use the X window system.  */
 #define HAVE_X_WINDOWS
 
+/* 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 */
+
 /* Some useful compilation options:
    -DCOMPILE_HISTORY           turns on history recording mechanism
    -DENABLE_DEBUGGING_TOOLS    turns on microcode debugging tools