]> git.saurik.com Git - bison.git/blobdiff - acconfig.h
* src/atgeneral.m4: Update from Autoconf.
[bison.git] / acconfig.h
index de444f8e8dc609a04c05bcd1ea9f5b2f689c19d0..9e84572ec7167816e94de69119e4110db3d9d96e 100644 (file)
@@ -1,23 +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
-
-/* 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 <stdlib.h> is
+   included.  */
+#undef NEED_DECLARATION_CALLOC