X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Mon, 1 Apr 2002 16:35:37 -0500 Message-Id: <200204012135.g31LZb009835@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: emacduffie AT mediaone DOT net CC: djgpp AT delorie DOT com In-reply-to: (emacduffie AT mediaone DOT net) Subject: Re: Preprocessor directives References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk If you compile with "-v" gcc will tell you which ones it's using for your particular host. For DJGPP, the two recommended ones are: __MSDOS__ - most dos compilers define this, to tell you you're dealing with a dos-like filesystem. __DJGPP__ - specific to DJGPP version 2 and higher. BTW: djgpp has clrscr() to clear the screen.