$Id: README,v 1.1 2002/09/12 19:28:38 rlonn Exp $
$Source: /cvsroot/tptest/os-dep/unix/README,v $

tpio_unix is the platform-dependent communications module for Unix.
It has been compiled and tested on Solaris 2.8, Redhat Linux 7.0, 
OpenBSD 2.7 and NetBSD 1.5.

To build tpio_unix.o

Do:

On Solaris: 	gcc -c tpio_unix.c -DUNIX -DSOLARIS
On *BSD:	gcc -c tpio_unix.c -DUNIX -DOPENBSD
On Linux:	gcc -c tpio_unix.c -DUNIX -DLINUX

The resulting tpio_unix.o is used together with the test engine files
(tpengine.o, tpcommon.o, tpclient.o) to create clients and servers.


