X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d2729d44ab05f89e96d199ad6b10e127c1cb0a38..14ded682505d264efe77fd72aa902e0f631b217a:/acconfig.h diff --git a/acconfig.h b/acconfig.h index de444f8e..9e84572e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,23 +1,7 @@ -#ifndef CONFIG_H -#define CONFIG_H +/* Define as 1 if realloc must be declared even if is + included. */ +#undef NEED_DECLARATION_REALLOC -@TOP@ - -/* Name of package. */ -#undef PACKAGE - -/* Version of package. */ -#undef VERSION - -/* Define if the compiler understands prototypes. */ -#undef PROTOTYPES - -@BOTTOM@ - -#if defined(PROTOTYPES) || defined(__cplusplus) -# define PARAMS(p) p -#else -# define PARAMS(p) () -#endif - -#endif /* CONFIG_H */ +/* Define as 1 if calloc must be declared even if is + included. */ +#undef NEED_DECLARATION_CALLOC