(* Copyright (C) 1992, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) (* *) (* Last modified on Mon Apr 13 10:23:29 PDT 1992 by muller *) INTERFACE M3Config; IMPORT List; PROCEDURE Pub (): List.T; (* Returns a list of Text.T's. These are the directories in which the public interfaces are stored *) PROCEDURE Lib (): List.T; (* Returns a list of Text.T's. These are the directories in which the public libraries are stored *) END M3Config.