From: Boggy Newsgroups: comp.os.msdos.djgpp Subject: where is the declaration of __dj_DIR? Message-ID: X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 7 Date: Thu, 07 Dec 2000 17:03:57 +1100 NNTP-Posting-Host: 203.30.194.246 X-Complaints-To: abuse AT telstra DOT net X-Trace: nsw.nnrp.telstra.net 976169001 203.30.194.246 (Thu, 07 Dec 2000 17:03:21 EST) NNTP-Posting-Date: Thu, 07 Dec 2000 17:03:21 EST Organization: Customer of Telstra Big Pond Direct To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com from dirent.h: /* Definition of DIR requires many other headers; not included here to avoid namespace pollution. */ typedef struct __dj_DIR DIR; i'm trying to compile grep in another compiler and i would like to know where i can find the declaration of __dj_DIR. TIA.