1) What is the path to the system compiler headers?
 
2) Why does including a header like <mman.h>, as the help page says,
   NOT define such critical values as PROT_READ, MAP_PRIVATE, and even
   the prototypes themself?
 
(I hope to answer #2 by looking at the headers in question #1 also.)
 
-George