X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c49a8e71cec845d32366432b824a9317e4a80160..7b306f528a48fb7f3b1d438f57d59b243b630218:/acconfig.h?ds=sidebyside diff --git a/acconfig.h b/acconfig.h index 658ee9d5..0fc2bdd0 100644 --- a/acconfig.h +++ b/acconfig.h @@ -2,14 +2,13 @@ #define CONFIG_H @TOP@ -/* Name of package. */ -#undef PACKAGE +/* Define as 1 if realloc must be declared even if is + included. */ +#undef NEED_DECLARATION_REALLOC -/* Version of package. */ -#undef VERSION - -/* Define if the compiler understands prototypes. */ -#undef PROTOTYPES +/* Define as 1 if calloc must be declared even if is + included. */ +#undef NEED_DECLARATION_CALLOC @BOTTOM@ #if defined(PROTOTYPES) || defined(__cplusplus)