Initial revision
This commit is contained in:
10
first/em_path.h.src
Normal file
10
first/em_path.h.src
Normal file
@@ -0,0 +1,10 @@
|
||||
#define TMP_DIR "/usr/tmp" /* Intended as a common dir. for */
|
||||
/* ALL temporary files */
|
||||
|
||||
/* 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"
|
||||
7
first/local.h.src
Normal file
7
first/local.h.src
Normal file
@@ -0,0 +1,7 @@
|
||||
/* collection of options, selected by including or excluding 'defines' */
|
||||
|
||||
/* Version number of the EM object code */
|
||||
# define VERSION 3 /* 16 bits number */
|
||||
|
||||
/* The default machine used by ack, acc, apc */
|
||||
# define ACKM "pdp"
|
||||
Reference in New Issue
Block a user