From: newsham AT lava DOT net (Tim Newsham) Subject: Re: Changes to winsup-980812 17 Aug 1998 13:20:11 -0700 Message-ID: References: <35D7692D DOT 55D70D8 AT cityweb DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: corinna DOT vinschen AT cityweb DOT de (Corinna Vinschen) Cc: cygwin32-developers AT cygnus DOT com > - I wanted to port Sun RPC, so I fell over some socket ioctl() > commands, which are not present in Cygwin32. Added SIOCGIFADDR, > SIOCGIFBRDADDR and SIOCGIFNETMASK. Now read the registry for > Win NT network configuration. > Only Windows NT supports this! This can also be done for win95. I have code for NT and for 95 that reads the tcp/ip config information from the registry for both static and dhcp assigned addresses. It is not integrated into cygwin, I just did it as proof of concept (I intended to fold it into cygwin, but I'm busy with so many other things, I havent gotten around to it). If anyone is interested in the code, let me know. > Best regards > Corinna Tim N.