This directory contains a Berkeley sockets library for the CMU-OpenVMS/IP
(also called "CMU/Tek") version 6.6 TCP/IP package for (Open)VMS.  The
software here allows you to write TCP/IP applications for VMS systems that
run "CMU/Tek" TCP/IP.  It is required in order to build C-Kermit 5A with
CMU/Tek support.

LIBCMU was written by Mike O'Malley of Digital Equipment Corporation, is
Copyright (C) 1993 by him, and is distributed under the GNU Public License.
See libcmu.doc for details, and copying_lib-2.0 for licensing information.

The complete set of source-code and object-library files is collected into a
VMS BACKUP saveset and then hexified using the CKVHEX (a.k.a. VMSHEX) program
in to the file LIBCMU.HEX.  Transfer this file to your VAX in text mode, then
run the CKVDEH (a.k.a. VMSDEH) program to turn it back into a BACKUP saveset,
and then get the files out of it with BACKUP, for example:

$ backup libcmu.bck/save/log *.*

You can obtain the CKVHEX and CKVDEH programs from the kermit/b directory.
