Change ENABLE_VALGRIND_CHECKING to
[gcc.git] / libcpp / config.in
index e02ac5efbadbdd2a7d9bd349dcd0e766b95e3d64..3bbffe7815e75e6f713cd01ac482e29fd857fe1e 100644 (file)
@@ -21,6 +21,9 @@
    language is requested. */
 #undef ENABLE_NLS
 
+/* Define to get calls to the valgrind runtime enabled. */
+#undef ENABLE_VALGRIND_ANNOTATIONS
+
 /* Define if you want to workaround valgrind (a memory checker) warnings about
    possible memory leaks because of libcpp use of interior pointers. */
 #undef ENABLE_VALGRIND_CHECKING