em_path.h.src 432 B

1234567891011
  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. /* Intended as a common directory for ALL temporary files */
  6. #define TMP_DIR "/usr/tmp"
  7. /* Access to the ACK tree and parts thereof */
  8. #define EM_DIR "/usr/em" /* The root directory for EM stuff */
  9. #define RTERR_PATH "etc/pc_rt_errors"
  10. #define ACK_PATH "lib/descr"