1*4b6da826SThomas Huth /* 2*4b6da826SThomas Huth * This code is free software; you can redistribute it and/or modify it 3*4b6da826SThomas Huth * under the terms of the GNU Library General Public License version 2. 4*4b6da826SThomas Huth */ 56b97d595SAndrew Jones #ifndef _AUXINFO_H_ 66b97d595SAndrew Jones #define _AUXINFO_H_ 76b97d595SAndrew Jones struct auxinfo { 8809ebcb3SAndrew Jones const char *progname; 96b97d595SAndrew Jones }; 106b97d595SAndrew Jones 116b97d595SAndrew Jones /* No extern! Define a common symbol. */ 126b97d595SAndrew Jones struct auxinfo auxinfo; 136b97d595SAndrew Jones #endif 14