[comp.lang.c] where to find all those #ifdef FOO's

dwhitney@pioneer.arc.nasa.gov (David Whitney- RCD) (12/30/89)

I've got a lot of programs that run on different systems and I want to find
out where each is running (among other things).  I've seen a lot of
cpp commands to determine some things (e.g. 

#ifdef CRAY
...do such and such
#endif

Does anyone know who, what, or where to find these definitions for each 
machine?  What I'd like (ideally) is a list of the variables that
are #define'ed at any one time.  Thanks,

-Dave

(please e-mail responses)