acconfig.h (ENABLE_CHECKING): Undefine.
[gcc.git] / gcc / acconfig.h
index 1a3c0d4d3d7fc9860078389f7f05c38b7cf30128..914fd43b5cf35ff44310212c6b068e83d66418ab 100644 (file)
@@ -1,6 +1,15 @@
+/* Define to "%p" if printf supports it, else machmode.h will define it.  */
+#undef HOST_PTR_PRINTF
+
+/* Define if you want expensive run-time checks. */
+#undef ENABLE_CHECKING
+
 /* Define if your cpp understands the stringify operator.  */
 #undef HAVE_CPP_STRINGIFY
 
+/* Define if your compiler understands volatile.  */
+#undef HAVE_VOLATILE
+
 /* Define if you have a working <inttypes.h> header file.  */
 #undef HAVE_INTTYPES_H
 
 /* Whether free must be declared even if <stdlib.h> is included.  */
 #undef NEED_DECLARATION_FREE
 
+/* Whether bcopy must be declared even if <string.h> is included.  */
+#undef NEED_DECLARATION_BCOPY
+
+/* Whether bcmp must be declared even if <string.h> is included.  */
+#undef NEED_DECLARATION_BCMP
+
+/* Whether bzero must be declared even if <string.h> is included.  */
+#undef NEED_DECLARATION_BZERO
+
 /* Whether index must be declared even if <string.h> is included.  */
 #undef NEED_DECLARATION_INDEX
 
@@ -28,6 +46,9 @@
 /* Whether atol must be declared even if <stdlib.h> is included.  */
 #undef NEED_DECLARATION_ATOL
 
-/* Whether sbrk must be declared even if <unistd.h> is included.  */
+/* Whether sbrk must be declared even if <stdlib.h> is included.  */
 #undef NEED_DECLARATION_SBRK
+
+/* Whether abort must be declared even if <stdlib.h> is included.  */
+#undef NEED_DECLARATION_ABORT
 @TOP@