diff options
Diffstat (limited to 'sim/moxie/config.in')
-rw-r--r-- | sim/moxie/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/moxie/config.in b/sim/moxie/config.in index 462227e..f29d045 100644 --- a/sim/moxie/config.in +++ b/sim/moxie/config.in @@ -67,6 +67,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 @@ -82,9 +85,18 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* 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 |