0d48be448f
The root directory of the EM tree is in the name EM_DIR, the root directory for tempfiles is in TMP_DIR. All other path's are relative to EM_DIR.
10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
/* Intended as a common directory for ALL temporary files */
|
|
#define TMP_DIR "/usr/tmp"
|
|
|
|
/* Access to the ACK tree and parts thereof */
|
|
#define EM_DIR "/usr/em" /* The root directory for EM stuff */
|
|
#define PEM_PATH "lib/pc_pem"
|
|
#define ERR_PATH "etc/pc_errors"
|
|
#define RTERR_PATH "etc/pc_rt_errors"
|
|
#define ACK_PATH "lib/ack"
|