
This is the PING Utility Library. To build and install the library:

./configure
make
make install

By default, the non-reentrant version of the library is built. To
build the reentrant version, run configure as:

./configure --enable-reentrant

Note that the reentrant form of the library is not 100% reentrant,
though it's mostly there; see the documentation for more details.

See the file COPYING.LIB for the software license.

The portability of this library may be limited. It is fully supported
on Solaris 2.x, and should run on most System V variants. At least the
pseudoterminal routines are known to not compile on Linux. More work
needs to be done with the autoconf files to address this.

Please send bug reports to mesmerism@home.com.


7/4/00