X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Tue, 2 Apr 2002 13:32:32 -0500 Message-Id: <200204021832.g32IWW421701@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <9b84a27b.0204021027.2d256e84@posting.google.com> (kgangakhedkar AT softhome DOT net) Subject: Re: Preprocessor directives References: <200204012135 DOT g31LZb009835 AT envy DOT delorie DOT com> <200204020303 DOT g3233Zt12075 AT envy DOT delorie DOT com> <9b84a27b DOT 0204021027 DOT 2d256e84 AT posting DOT google DOT com> 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 > For example, there is one script - I don't remember the filename - in > DJGPP environment which sets these parameters like the type of machine > (-D__i386__ -Di386), the operating system being used (-D__MSDOS__ > -DMSDOS) kind of things. I think DJ should be able to throw some more > light on it..... Sorry, it's built in to the compiler. Use "gcc -v ..." to see what's being defined, as I said before.