]> git.saurik.com Git - bison.git/blobdiff - acconfig.h
* reader.c (copy_at): New function.
[bison.git] / acconfig.h
index 658ee9d5f84c58809598953a08590adf796b6c9f..0fc2bdd0637d5e6f832eed14fb0380b9548e46e9 100644 (file)
@@ -2,14 +2,13 @@
 #define CONFIG_H
 @TOP@
 
 #define CONFIG_H
 @TOP@
 
-/* Name of package.  */
-#undef PACKAGE
+/* Define as 1 if realloc must be declared even if <stdlib.h> 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 <stdlib.h> is
+   included.  */
+#undef NEED_DECLARATION_CALLOC
 @BOTTOM@
 
 #if defined(PROTOTYPES) || defined(__cplusplus)
 @BOTTOM@
 
 #if defined(PROTOTYPES) || defined(__cplusplus)