Add an indirection layer between mtcpnet.c and the rest of PuTTY so that
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 11 Jan 2003 19:43:59 +0000 (19:43 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 11 Jan 2003 19:43:59 +0000 (19:43 +0000)
commitdeed9e2553ba99e7cd912c924482ba468cab61a1
tree75daff4383abc44932825a4bcedc0536bad8908b
parent5320c49258059b6a929ae844d7487a353d189c53
Add an indirection layer between mtcpnet.c and the rest of PuTTY so that
we can have runtime switching between MacTCP and OpenTransport, and so
that we can cope if there's no TCP/IP stack available at all (albeit with
very little functionality at present).

git-svn-id: svn://svn.tartarus.org/sgt/putty@2546 cda61777-01e9-0310-a592-d414129be87e
Recipe
mac/mac.c
mac/mac.h
mac/macnet.c [new file with mode: 0644]
mac/mtcpnet.c