Date: Thu, 18 Dec 1997 17:19:43 -0800 (PST) Message-Id: <199712190119.RAA12109@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: bat_geor , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Finding more .h files Precedence: bulk At 03:55 12/18/1997 +0200, bat_geor wrote: >Hello, > >I was looking for a C compiler so that I compile a Mordor server (Mud >game). DJGPP was the most suitable program and I subscribed to this list as >soon as I got it. > >However, I'm facing a problem. The Mordor's source code requires meny .h >files that DJGPP didn't include. (for example: sys/socket.h, arpa/inet.h, >etc.) > >Do you know where I could find more .h files? These files are part of a socket library, which is typically required for network applications. Since DOS doesn't have one standard network interface, this isn't implemented in DJGPP. However, there exist some libraries which let you use a socket interface to Windows' Winsock scheme. One is called WSOCK; I don't know where you can find it but look for links on www.delorie.com . Nate Eldredge eldredge AT ap DOT net