X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3C57186D.EDF4EE1A@phekda.freeserve.co.uk> Date: Tue, 29 Jan 2002 21:47:25 +0000 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: netdb.h References: <001701c1a830$1257e010$6e0510ac AT et30> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hello. jade wrote: > Hi guys, I've seen that djgpp does not have a netdb.h ( I'm using > ls080b.zip). Where are the types declared in that header. netdb.h is the header file for looking up hostnames, networks, protocols and services by name or number. If you've installed libsocket, you should have this header file. DJGPP does not come with this header file, because it doesn't support these kind of lookups. Regards, -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]