1984-08-23 13:26:44 +00:00
|
|
|
/* The trailing " is intentionally missing ! */
|
|
|
|
#define TMP_HOME "/usr/tmp
|
|
|
|
#define TMP_DIR TMP_HOME"
|
|
|
|
/* Intended as a common directory for ALL temporary files */
|
1984-08-23 13:18:14 +00:00
|
|
|
|
|
|
|
/* The trailing " is intentionally missing ! */
|
|
|
|
#define EM_HOME "/usr/em
|
|
|
|
#define EM_DIR EM_HOME" /* The root directory for EM stuff */
|
|
|
|
#define PEM_PATH EM_HOME/lib/pc_pem"
|
|
|
|
#define ERR_PATH EM_HOME/etc/pc_errors"
|
|
|
|
#define RTERR_PATH EM_HOME/etc/pc_rt_errors"
|
|
|
|
#define ACK_DIR EM_HOME/lib/ack"
|