From: xmerm05 AT vse DOT cz (Mertl Michal - UC,,student,UID=22797) Newsgroups: comp.os.msdos.djgpp Subject: Re: About network libs Date: Fri, 5 Sep 1997 11:13:20 GMT Organization: University of Economy, Prague Lines: 17 Message-ID: References: <01bcb62f$5aa656a0$c94805c3 AT marcos> NNTP-Posting-Host: j357h10.vse.cz To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk >I got most source code for djgpp, but it requires this include files: > netinet\ip.h > netinet\ip_tcp.h >I download the djgpp version 2.7 but it don't include these include files >and her library. >I don't font nothing about this, can anybody help me? I don't know much about sockets but am quite sure these are headers from socket library (implementing network operations on Unix). DJGPP doesn't have one, but here are some solutions like tcplib, libsocket and libwsock and maybe others. AFAIK tcplib isn't easy to even compile (based on WatTCP), and others are just wrappers for winsock library under Win95. Libsocket is probably the newest one and I remember author (a week ago or so in this NG - search through mail archives on http://www.delorie.com) wrote here he was trying to make it act like sockets lib under Unix as much as possible. Michal "MiMe" Mertl E-Mail: XMERM05vse.cz