local.h.src 632 B

12345678910111213141516171819
  1. /* $Id$ */
  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 "sun3"
  11. /* size of local machine, either 0 (for 16 bit address space), or 1 */
  12. # define BIGMACHINE 1
  13. /* operating system, SYS_5, V7, BSD4_1 or BSD4_2; Do NOT delete the comment
  14. in the next line! */
  15. # define BSD4_2 1 /* SYSTEM */