3 /* This is the location of the online document giving instructions for
4 reporting bugs. If you distribute a modified version of GCC,
5 please configure with --with-bugurl pointing to a document giving
6 instructions for reporting bugs to you, not us. (You are of course
7 welcome to forward us bugs reported to you, if you determine that
8 they are not bugs in your modifications.) */
10 const char bug_report_url
[] = BUGURL
;
12 /* The complete version string, assembled from several pieces.
13 BASEVER, DATESTAMP, DEVPHASE, and REVISION are defined by the
16 const char version_string
[] = BASEVER DATESTAMP DEVPHASE REVISION
;
17 const char pkgversion_string
[] = PKGVERSION
;