diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 934b66c..2a60c29 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -561,6 +561,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Additional package description */ +#undef PKGVERSION + /* Define if the prfpregset_t type is broken. */ #undef PRFPREGSET_T_BROKEN @@ -590,6 +593,9 @@ 'ptrdiff_t'. */ #undef PTRDIFF_T_SUFFIX +/* Bug reporting address */ +#undef REPORT_BUGS_TO + /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE |