1*e4b17023SJohn Marino #ifndef GCC_VERSION_H 2*e4b17023SJohn Marino #define GCC_VERSION_H 3*e4b17023SJohn Marino extern const char version_string[]; 4*e4b17023SJohn Marino extern const char pkgversion_string[]; 5*e4b17023SJohn Marino extern const char bug_report_url[]; 6*e4b17023SJohn Marino #endif /* ! GCC_VERSION_H */ 7