param.h 392 B

1234567891011121314151617181920212223
  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. /* $Id$ */
  6. #define BMASK 0377
  7. #define BSHIFT 8
  8. #define TRUE 1
  9. #define FALSE 0
  10. #define MAXINT 32767
  11. #define INFINITY (MAXINT+100)
  12. #define MAXROM 3
  13. /*
  14. * Tunable constants
  15. */
  16. #define MAXEMLINES 20
  17. #define MAXFSTACK 20