X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9eceb6c6d30ba64747911b2267f658d130daa90b..05a1d24b1efccc9facc61b521e62902d390bb869:/acconfig.h diff --git a/acconfig.h b/acconfig.h index eed30ed0..0fc2bdd0 100644 --- a/acconfig.h +++ b/acconfig.h @@ -2,20 +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 - -/* The location of the simple parser (bison.simple). */ -#undef XPFILE - -/* The location of the semantic parser (bison.hairy). */ -#undef XPFILE1 +/* Define as 1 if calloc must be declared even if is + included. */ +#undef NEED_DECLARATION_CALLOC @BOTTOM@ #if defined(PROTOTYPES) || defined(__cplusplus)