README						Basic information
MANIFEST					This file
Makefile.mk					Top level make file
GUSIConfig.mk				Makefile configuration settings
MacDistr					Distribution tool
GUSI_Install.MPW			Installation script
STLport_Install.MPW			Installation script for STLport
GUSIConfig/GUSIConfig		Configuration tool
doc/GUSI.pdf				Documentation in PDF form
doc/GUSI_CW_Guide.pdf		Extra documentation for first time CodeWarrior GUSI users
doc/pod/GUSI.pod				... and in the original pod form.
doc/pod/GUSI_Common.pod
doc/pod/GUSI_Files.pod
doc/pod/GUSI_Install.pod
doc/pod/GUSI_Misc.pod
doc/pod/GUSI_Sockets.pod
doc/pod/GUSI_Threads.pod
doc/pod/GUSI.cmd
include/GUSIBasics.h		GUSI include files, automatically generated...
include/GUSIBuffer.h		   ... from noweb (.nw) sources.
include/GUSIConfig.h
include/GUSIContext.h
include/GUSIContextQueue.h
include/GUSIDCon.h
include/GUSIDescriptor.h
include/GUSIDevice.h
include/GUSIDiag.h
include/GUSIFactory.h
include/GUSIFileSpec.h
include/GUSIForeignThreads.h
include/GUSIFSWrappers.h
include/GUSIInet.h
include/GUSIInternal.h
include/GUSIMPW.h
include/GUSIMSL.h
include/GUSIMTInet.h
include/GUSIMTNetDB.h
include/GUSIMTTcp.h
include/GUSIMTUdp.h
include/GUSIMacFile.h
include/GUSINetDB.h
include/GUSINull.h
include/GUSIOpenTransport.h
include/GUSIOTInet.h
include/GUSIOTNetDB.h
include/GUSIPOSIX.h
include/GUSIPThread.h
include/GUSIPipe.h
include/GUSIPPC.h
include/GUSISignal.h
include/GUSISIOUX.h
include/GUSISIOW.h
include/GUSISocket.h
include/GUSISocketMixins.h
include/GUSISpecific.h
include/GUSITimer.h
include/arpa/inet.h
include/compat.h			Compatibility macros
include/dirent.h			Directory operations
include/errno.h				Error handling
include/fcntl.h				File descriptor routines
include/inttypes.h			Integer types
include/machine/ansi.h
include/machine/endian.h
include/machine/signal.h
include/net/if.h
include/netdb.h
include/netinet/in.h
include/netinet/tcp.h
include/pthread.h
include/sched.h
include/signal.h
include/sys/cdefs.h
include/sys/errno.h
include/sys/filio.h
include/sys/ioccom.h
include/sys/ioctl.h
include/sys/ppc.h				Program-to-Program Communication Toolbox sockets
include/sys/signal.h
include/sys/socket.h
include/sys/sockio.h
include/sys/stat.h
include/sys/time.h
include/sys/ttycom.h
include/sys/types.h
include/sys/uio.h
include/sys/un.h
include/sys/unistd.h
include/unistd.h
include/utime.h
lib/GUSI_Core.68K.Lib			GUSI Core 
lib/GUSI_Core.PPC.Lib			
lib/GUSI_Core.SC.Lib			
lib/GUSI_Core.MrC.Lib
lib/GUSI_ForeignThreads.68K.Lib	GUSI support for non-GUSI created threads
lib/GUSI_ForeignThreads.PPC.Lib
lib/GUSI_ForeignThreads.SC.Lib
lib/GUSI_ForeignThreads.MrC.Lib
lib/GUSI_Forward.68K.Lib		GUSI Forwarding library (68K only)
lib/GUSI_MPW.68K.Lib			GUSI MPW support 
lib/GUSI_MPW.PPC.Lib
lib/GUSI_MPW.SC.Lib
lib/GUSI_MPW.MrC.Lib
lib/GUSI_MSL.68K.Lib			GUSI support for Metrowerks standard library
lib/GUSI_MSL.PPC.Lib
lib/GUSI_Sfio.68K.Lib			GUSI support for Sfio library
lib/GUSI_Sfio.PPC.Lib
lib/GUSI_Sfio.SC.Lib
lib/GUSI_Sfio.MrC.Lib
lib/GUSI_Stdio.SC.Lib			GUSI support for MPW Stdio library
lib/GUSI_SIOUX.68K.Lib			GUSI support for SIOUX console library
lib/GUSI_SIOUX.PPC.Lib
lib/GUSI_SIOW.SC.Lib			GUSI support for SIOW console library
lib/GUSI_SIOW.MrC.Lib
project/GUSI2.mcp.xml
scripts/EzDepend				Tool to create makefile dependences
scripts/update-source			Conditional file duplication & locking
scripts/weavem					Noweb Weaving script
src/GUSI.tex
src/GUSIBasics.nw				
src/GUSIBuffer.nw
src/GUSIConfig.nw
src/GUSIContext.nw
src/GUSIContextQueue.nw
src/GUSIDCon.nw					Interface to DCon debugging console
src/GUSIDescriptor.nw
src/GUSIDevice.nw
src/GUSIDiag.nw
src/GUSIFactory.nw
src/GUSIFileSpec.nw
src/GUSIForeignThreads.nw
src/GUSIFSWrappers.nw
src/GUSIInet.nw
src/GUSIMPW.nw
src/GUSIMPWGlue.68K.Lib
src/GUSIMPWGlue.SC.Lib
src/GUSIMPWStdio.nw
src/GUSIMSL.nw
src/GUSIMTInet.nw
src/GUSIMTNetDB.nw
src/GUSIMTTcp.nw
src/GUSIMTUdp.nw
src/GUSIMacFile.nw
src/GUSINetDB.nw
src/GUSINull.nw
src/GUSIOpenTransport.nw 
src/GUSIOTInet.nw 
src/GUSIOTNetDB.nw
src/GUSIPPC.nw					Program-to-Program Communication Toolbox sockets
src/GUSIPOSIX.nw
src/GUSIPThread.nw
src/GUSIPipe.nw
src/GUSISfio.nw
src/GUSISignal.nw
src/GUSISIOUX.nw
src/GUSISIOW.nw
src/GUSISocket.nw
src/GUSISocketMixins.nw
src/GUSISpecific.nw
src/GUSITimer.nw
src/Makefile.mk
src/Makefile.nw
src/tangled/GUSIBasics.cp			C++ source files, automatically generated...
src/tangled/GUSIBuffer.cp			   ... from noweb (.nw) sources.
src/tangled/GUSIConfig.cp
src/tangled/GUSIContext.cp
src/tangled/GUSIContextQueue.cp
src/tangled/GUSIDCon.cp
src/tangled/GUSIDescriptor.cp
src/tangled/GUSIDevice.cp
src/tangled/GUSIDiag.cp
src/tangled/GUSIFactory.cp
src/tangled/GUSIFileSpec.cp
src/tangled/GUSIForeignThreads.cp
src/tangled/GUSIFSWrappers.cp
src/tangled/GUSIInet.cp
src/tangled/GUSIMPW.cp
src/tangled/GUSIMPWStdio.cp
src/tangled/GUSIMSL.cp
src/tangled/GUSIMTInet.cp
src/tangled/GUSIMTNetDB.cp
src/tangled/GUSIMTTcp.cp
src/tangled/GUSIMTUdp.cp
src/tangled/GUSIMacFile.cp
src/tangled/GUSINetDB.cp
src/tangled/GUSINull.cp
src/tangled/GUSIOpenTransport.cp 
src/tangled/GUSIOTInet.cp 
src/tangled/GUSIOTNetDB.cp
src/tangled/GUSIPPC.cp
src/tangled/GUSIPOSIX.cp
src/tangled/GUSIPThread.cp
src/tangled/GUSIPipe.cp
src/tangled/GUSISfio.cp
src/tangled/GUSISignal.cp
src/tangled/GUSISIOUX.cp
src/tangled/GUSISIOW.cp
src/tangled/GUSISocket.cp
src/tangled/GUSISocketMixins.cp
src/tangled/GUSISpecific.cp
src/tangled/GUSITimer.cp
test/Makefile.mk
test/Makefile.nw
test/GUSIConfig_MTINET.cp
test/GUSIConfig_OTINET.cp
test/TestDaytime.nw
test/TestDuplicate.nw
test/TestFileSpecs.nw
test/TestHTGet.nw
test/TestHttpD.nw
test/TestMPWFD.nw
test/TestMSLTee.nw
test/TestMTTcp.nw
test/TestMutex.nw
test/TestPipes.nw
test/TestTimers.nw
test/tangled/TestDaytime.cp
test/tangled/TestDuplicate.cp
test/tangled/TestFileSpecs.cp
test/tangled/TestHTGet.cp
test/tangled/TestHttpD.cp
test/tangled/TestMPWFD.cp
test/tangled/TestMSLTee.cp
test/tangled/TestMTTcp.cp
test/tangled/TestMutex.cp
test/tangled/TestPipes.cp
test/tangled/TestTimers.cp
Examples/GUSIFileTest.c			Interactive C test programs
Examples/GUSIINETTest.c
Examples/GUSIPPCTest.c
Examples/GUSISocketTest.c
Examples/GUSITest\040(MSL).mcp.xml
Examples/GUSITest.c
Examples/GUSITest.h
Examples/GUSITest.r
Examples/GUSITest.rsrc
Examples/GUSITest_P.h
Examples/GUSIThreadTest.c
Examples/Makefile
Examples/MSLGUSITest.pch
DCon/Headers/DCon.h
