Date: Mon, 1 Mar 1999 10:36:45 -0500 Message-Id: <199903011536.KAA13250@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Mon, 1 Mar 1999 11:30:16 +0200 (IST)) Subject: Re: Integrating BSD socket networking into DJGPP References: Reply-To: djgpp-workers AT delorie DOT com I'd be willing to move all the socket libraries into the djgpp main sources *IF* the various implementations can be done as run-time loadable libraries (options for statically linking), like a dxe, because there are a couple of different libraries for different operating systems. Perhaps name the dxes like this: dostcp.dnc win95.dnc winnt.dnc "dnc" means "djgpp networking code" (I'm open to suggestions - please!) I could probably live with the win9x solution linked in, if it's (1) small and (2) commonly used anyway.