;;; -*- Mode:Common-Lisp; Package:USER; Fonts:(MEDFNT HL12B HL12I); Base:10 -*-
;1;; *-* Last-edit: 03/05/89 23:09:22 by Gruber; *-* *

;1;; Defines the physical location of UMass EKSL software at the KSL.*
;1;; Supported by Tom Gruber*

;1;; This machine will be the logical host for EKSL software; everywhere else it's call EKSL:*
(fs:add-logical-pathname-host "EKSL" "X34"
                              '(("ZMACS"  "eksl.zmacs;")
                                ("UTILS" "eksl.utils;")))

;1;; The MU systems use their own logical host called MU:*
(fs:add-logical-pathname-host "MU" "X30"
				'(("MU"      "eksl.mu;")
				  ("STABLE"  "eksl.mu;")
				  ("CODE"    "eksl.mu.code;")
				  ("ASK"     "eksl.mu.ask;")
				  ("MCD"     "eksl.mu.mcd;")
				   ("KB"       "eksl.Mu.Kb;")
				   ("UTILS"    "eksl.Mu.utils;")
				   ("SR"       "eksl.Mu.Sr;")
				  ("SPP"      "eksl.Mu.Spp;")
				  ("FONTS"   "eksl.Mu.Fonts;")))