em_path.h.src 401 B

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