acconfig.h (ENABLE_CHECKING): Undefine.
[gcc.git] / gcc / acconfig.h
index ea5dc51034b9522ddfaac748368c0b93a7b066a4..914fd43b5cf35ff44310212c6b068e83d66418ab 100644 (file)
@@ -1,9 +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