/* Makefile for tcp library (POSIX) */
/* Copyright 1993 Digital Equipment Corporation. */
/* Distributed only by permission. */
/* Last modified on Thu Feb  9 15:55:57 PST 1995 by wobber     */

Interface("TCPPosix")
interface("Herrno")
c_source("HerrnoC")
implementation("IP")
implementation("TCP")
interface("TCPHack")

if equal (TARGET, "ALPHA_OSF") or equal(TARGET, "DS3100")
or equal (TARGET, "Tru64v5")
   implementation("TCPHack")
else
   implementation("TCPHackNull")
end


