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