The missing trailing " trick is now also used for TMP_DIR.

This commit is contained in:
keie 1984-08-23 13:26:44 +00:00
parent 773f0aa626
commit 1d463f136a

View file

@ -1,5 +1,7 @@
#define TMP_DIR "/usr/tmp" /* Intended as a common dir. for */
/* ALL temporary files */
/* The trailing " is intentionally missing ! */
#define TMP_HOME "/usr/tmp
#define TMP_DIR TMP_HOME"
/* Intended as a common directory for ALL temporary files */
/* The trailing " is intentionally missing ! */
#define EM_HOME "/usr/em