1 #ifndef _AUXINFO_H_ 2 #define _AUXINFO_H_ 3 struct auxinfo { 4 const char *prognam; 5 }; 6 7 /* No extern! Define a common symbol. */ 8 struct auxinfo auxinfo; 9 #endif 10