em_path.h.src 447 B

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