local.h.src 488 B

1234567891011121314
  1. /*
  2. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. /* collection of options, selected by including or excluding 'defines' */
  6. /* Version number of the EM object code */
  7. # define VERSION 3 /* 16 bits number */
  8. /* The default machine used by ack, acc, apc */
  9. # define ACKM "vax4"
  10. /* size of local machine, either 0 (for 16 bit address space), or 1 */
  11. # define BIGMACHINE 1