Date: Tue, 21 Jan 1997 09:18:39 -0600 (CST) From: Adrian Oboroc To: pmitchel AT fdldotnet DOT com cc: djgpp AT delorie DOT com Subject: Help with header files Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Paul Mitchell wrote: >Does anyone know where i could get the header files, socket.h , signal.h >, inet.h and netdb.h I need them for this program i wish to compile. Any >help would be appreciated. Thank you. Hi, Paul. I don't know what exactly you want to compile, but if you don't have those headers, you probably don't have apropriete libraries (ie *.a files in case of DJGPP). So serching for *.h files is prety useless. As far as I know, signal.h is a part of any ANSI-compatible C compiler, but socket.h, inet.h & netdb.h are headers from some kind of Internet protocols support library. Few days ago Dan maded a library wich deals with something similar, take a look at it: http://www.rangenet.com/markiv/wsock.html. In case you don't store old mail and can't download it from web page, let me know, and I'll send this lib to you. Also, as I heared, DJ maded a port of WATTCP library, check out FAQ 2.10 for more details. Sorry, if I'm wrong in something, I have no experiense with all those things, because my main interest is interactive computer graphics algorythms and implementations. CU friend, AsH