X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/fcb35d9cb4b9225dd2ab9c1f7167454a5977b948..36ba812de31bd9bd9a8f323e44f42c28576b5879:/config.hin diff --git a/config.hin b/config.hin index f7a5d50..1060d69 100644 --- a/config.hin +++ b/config.hin @@ -1,6 +1,21 @@ -/* config.hin. Generated automatically from configure.ac by autoheader. */ +/* config.hin. Generated from configure.ac by autoheader. */ -/*@-constmacros@*/ +/*constmacros@*/ + +/* build */ +#undef BUILD + +/* build_alias */ +#undef BUILD_ALIAS + +/* build_cpu */ +#undef BUILD_CPU + +/* build_os */ +#undef BUILD_OS + +/* build_vendor */ +#undef BUILD_VENDOR /* The directory where Splint's library files live */ #undef DEFAULT_LARCHPATH @@ -14,6 +29,21 @@ /* alternate include directory */ #undef GCC_INCLUDE_DIR2 +/* host */ +#undef HOST + +/* host_alias */ +#undef HOST_ALIAS + +/* host_cpu */ +#undef HOST_CPU + +/* host_os */ +#undef HOST_OS + +/* host_vendor */ +#undef HOST_VENDOR + /* String describing who compiled this binary and how */ #undef LCL_COMPILE @@ -23,42 +53,53 @@ /* Define to disable support LCL files */ #undef NOLCL +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + /* Splint's version number and configure/build date */ #undef SPLINT_VERSION /* The system's main include directory */ #undef SYSTEM_LIBDIR -/* Define if you're on a Unixy system */ -#undef UNIX - -/* drl: can't get autoheader to work so I had to enter these manually. - figure out autoheader at some point... */ - -#undef UNAME - -#undef BUILD -#undef HOST +/* target */ #undef TARGET -#undef BUILD_ALIAS -#undef HOST_ALIAS +/* target_alias */ #undef TARGET_ALIAS -#undef BUILD_CPU -#undef HOST_CPU +/* target_cpu */ #undef TARGET_CPU -#undef BUILD_VENDOR -#undef HOST_VENDOR +/* target_os */ +#undef TARGET_OS + +/* target_vendor */ #undef TARGET_VENDOR -#undef BUILD_OS -#undef HOST_OS -#undef TARGET_OS +/* uname output */ +#undef UNAME + +/* Define if you're on a Unixy system */ +#undef UNIX -/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'. - */ +/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a + `char[]'. */ #undef YYTEXT_POINTER +/* needed to expose mode_t on some machines */ +#undef _ALL_SOURCE + /*@=constmacros@*/