
The platforms/NetWare directory consists of...

 client.xdc The 'bagfile' (tells NetWare that the client /can/ run
            preemptively, is multi-processor aware etc)

 obsolete.cpp This is the client for NetWare code July/1998

 ./inet/    stubs for functions in TCPIP.NLM and NETDB.NLM
            gethostname, inet_addr/network/aton/etc, 
            gethostby[name|addr]

 ./misc/    custom prelude and Watcom static clib avoidance stubs
            nwpre3x.c    The coolest replacement for prelude.c :)
            nwwatemu.c   Gunk, er, I mean "Watcom CLIB3S.LIB", avoidance

 ./nwl*.*   library stubs/replacements   
            nwlemu.cpp   NetWare specific kernel/CLIB calls not
                         available on all NetWare versions
            nwlsig.cpp   ANSI/POSIX compatible signal handling.
                         (for example don't KillMe on signal return)
                         - no longer used.
            nwlcomp.cpp  misc ANSI/POSIX functions not available (or
                         poorly implemented). ftime(), usleep(), etc.
 
  ./nwc*.*  functions called from the client's common code
            nwccons.cpp  Console management stuff
            nwctime.cpp  Hardware clock reader
            nwcpprun.cpp Polling loop runner
            nwcus.cpp    Utilization indicator suppression
            nwcmisc.cpp  Everything else (mostly short)
