Date: Sun, 18 Dec 94 07:23 MST From: mat AT ardi DOT com (Mat Hostetter) To: morphine AT whatever DOT cs DOT jhu DOT edu (Michael Phelps) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Predefines References: <9412181218 DOT AA27397 AT sun DOT soe DOT clarkson DOT edu> >>>>> "morphine" == Michael Phelps writes: morphine> As I recall, someone asked a while back if there was morphine> any way to find out whether there was any way to find morphine> out all the pre #defined values in djgpp. Well, I found morphine> a file in my /lib directory that I only now looked at: morphine> SPECS. Here are two lines from it: *predefines -Dunix morphine> -Di386 -DGO32 -DMSDOS Try "gcc -v myprog.c". You'll get this information and more. -Mat