Message-ID: <001201c251a9$e73183e0$6844903f@a> From: "Bill Cunningham" To: Subject: master headers Date: Sun, 1 Sep 2002 07:22:47 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Reply-To: djgpp AT delorie DOT com I'm trying to put together a little operating system that needs to be ansi and posix compatible. I'd also like to be able to compile with DJGPP. Is there a macro that I can include in the headers that will make sure DJGPP can compile the kernel? For example __STDC__ and _ANSI_H are macros in the headers as well as __GNUC__.