local.h.src 503 B

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