;;; -*- Mode:Common-Lisp; Package:USER; Base:10 -*-
;;;The data, information, methods, and concepts contained herein are
;;;a valuable trade secret of Texas Instruments.   They are licensed
;;;in  confidence  by  Texas  Instruments  and  may  only be used as
;;;permitted  under the terms of the  definitive  license  agreement
;;;under which such use is licensed.
;;;
;;;                           RESTRICTED RIGHTS LEGEND

;;;Use, duplication, or disclosure by the Government is subject to
;;;restrictions as set forth in subdivision (b)(3)(ii) of the Rights in
;;;Technical Data and Computer Software clause at 52.227-7013.
;;;
;;;                     TEXAS INSTRUMENTS INCORPORATED.
;;;                              P.O. BOX 2909
;;;                           AUSTIN, TEXAS 78769
;;;                                 MS 2151
;;;
;;; Copyright (C) 1987, Texas Instruments Incorporated. All rights reserved.

;;; Change History (started 10/8/87)


(defsystem visidoc-server
  (:name "VISIDOC-SERVER")
  (:nicknames "doc-server" "dox-server")
  (:pathname-default "sys:visidoc.server;")
  (:patchable "sys:patch.visidoc.server;" patch)
  (:warnings-pathname-default "sys:cwarns;visidoc-server.lisp")
  (:initial-status :released)
  (:module server "namespace-server")
  (:compile-load server))

;;(INITIALIZE-VISIDOC-SERVER)