Initial revision

This commit is contained in:
keie
1984-08-23 13:18:14 +00:00
parent 5db647e661
commit 198da9e822
12 changed files with 329 additions and 0 deletions

10
first/em_path.h.src Normal file
View 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
View 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"