Fix a few shellisms, configure for Z80 traditional and ANSI C only
[Ack-5.5.git] / local.h
diff --git a/local.h b/local.h
new file mode 100644 (file)
index 0000000..e18ea2c
--- /dev/null
+++ b/local.h
@@ -0,0 +1,19 @@
+/* $Id: local.h.src,v 2.8 1994/06/24 11:03:59 ceriel Exp $ */
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
+/* collection of options, selected by including or excluding 'defines' */
+
+/* Version number of the EM object code */
+#      define  VERSION         3       /* 16 bits number */
+
+/* The default machine used by ack, acc, apc */
+#      define  ACKM            "z80"
+
+/* size of local machine, either 0 (for 16 bit address space), or 1 */
+#      define BIGMACHINE       1
+
+/* operating system, SYS_5, V7, BSD4_1 or BSD4_2; Do NOT delete the comment
+   in the next line! */
+#      define V7               1       /* SYSTEM */