]> git.saurik.com Git - bison.git/blobdiff - acconfig.h
* doc/bison.texinfo: Various typos spotted by Neil Booth.
[bison.git] / acconfig.h
index fbf4463c9188c5ff1ddf8a9d2c0a364575094c99..9e84572ec7167816e94de69119e4110db3d9d96e 100644 (file)
@@ -1,14 +1,7 @@
-#ifndef CONFIG_H
-#define CONFIG_H
+/* Define as 1 if realloc must be declared even if <stdlib.h> is
+   included.  */
+#undef NEED_DECLARATION_REALLOC
 
-@TOP@
-
-/* Name of package.  */
-#undef PACKAGE
-
-/* Version of package.  */
-#undef VERSION
-
-@BOTTOM@
-
-#endif  /* CONFIG_H */
+/* Define as 1 if calloc must be declared even if <stdlib.h> is
+   included.  */
+#undef NEED_DECLARATION_CALLOC