From: ckchan Newsgroups: comp.os.msdos.djgpp Subject: header files ? revisited Date: Sun, 01 Mar 1998 23:42:58 +0700 Organization: TMnet Malaysia Lines: 14 Message-ID: <34F99012.D7B929B7@pc.jaring.my> References: <34F8CEF2 DOT 8D14F477 AT pc DOT jaring DOT my> NNTP-Posting-Host: jrc-5-29.tm.net.my Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > can we add header file ( xxx.h ) to djgpp ??? is it possible to modofy > header file from linux or unix to be use in djgpp ??? how it is possible > ?? > thanks What i mean here is say i need netdb.h in certain program, that header file can't be found in djgpp's include folder. But it is available in linux's usr/include folder. What can i do to port the header file to djgpp ?? modified the file or just copy the relevant files ( including the relevant lib files ) ?? thanks