LoganQueryPkg.config
Copyright Ó 1985, 1986, 1992 by Xerox Corporation. All rights reserved.
Doug Terry, July 16, 1992 10:38 am PDT
LoganQueryPkg: CONFIGURATION
IMPORTS Ascii, Atom, BasicTime, Convert, IO, LoganBerry, LoganBerryEntry, Process, RegularExpression, RefText, Rope, SymTab, Tempus
EXPORTS LoganQuery, LoganQueryClass, PatternMatch, Soundex
CONTROL PatternMatchImpl = BEGIN
SoundexImpl;
PatternMatchImpl;
LoganQueryClassImpl;
LoganQueryImpl;
END.