diff options
Diffstat (limited to 'sim/mips/config.in')
-rw-r--r-- | sim/mips/config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/mips/config.in b/sim/mips/config.in index 7306347..06e41e5 100644 --- a/sim/mips/config.in +++ b/sim/mips/config.in @@ -79,6 +79,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the <zlib.h> header file. */ +#undef HAVE_ZLIB_H + /* Define to 1 if you have the `__setfpucw' function. */ #undef HAVE___SETFPUCW @@ -97,6 +100,12 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Additional package description */ +#undef PKGVERSION + +/* Bug reporting address */ +#undef REPORT_BUGS_TO + /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE |