From: "Martijn" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with header files Date: 21 Jan 1997 11:12:36 GMT Organization: CAI Westland/Kabelfoon Lines: 33 Message-ID: <01bc078c$2201f220$380bb2c2@pb> References: NNTP-Posting-Host: 194.178.11.56 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp socket.h is included with rsxntdj. Adrian Oboroc wrote in article ... > 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 > > >