Some enhancements for gv/graphviz/dot/dotty support and better handling of
[oota-llvm.git] / include / llvm / Config / config.h.in
index e824d7da9d44208b7e7dca2c2b6d687121c6e098..2649964637298f16f1eb4b8cb356c72d45885b84 100644 (file)
@@ -82,6 +82,9 @@
 /* Define to 1 if you have the <dl.h> header file. */
 #undef HAVE_DL_H
 
+/* Define if the dot program is available */
+#undef HAVE_DOT
+
 /* Define if the dotty program is available */
 #undef HAVE_DOTTY
 
 /* Define if this is Win32ish platform */
 #undef LLVM_ON_WIN32
 
+/* Define to path to dot program if found or 'echo dot' otherwise */
+#undef LLVM_PATH_DOT
+
 /* Define to path to dotty program if found or 'echo dotty' otherwise */
 #undef LLVM_PATH_DOTTY