X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/bd2a2393ed0b50c067a80b6d39d5d8e3378c177a..7b306f528a48fb7f3b1d438f57d59b243b630218:/acconfig.h diff --git a/acconfig.h b/acconfig.h index fbf4463c..0fc2bdd0 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,14 +1,20 @@ #ifndef CONFIG_H #define CONFIG_H - @TOP@ -/* Name of package. */ -#undef PACKAGE - -/* Version of package. */ -#undef VERSION +/* Define as 1 if realloc must be declared even if is + included. */ +#undef NEED_DECLARATION_REALLOC +/* Define as 1 if calloc must be declared even if is + included. */ +#undef NEED_DECLARATION_CALLOC @BOTTOM@ +#if defined(PROTOTYPES) || defined(__cplusplus) +# define PARAMS(p) p +#else +# define PARAMS(p) () +#endif + #endif /* CONFIG_H */