[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in

Reid Spencer reid at x10sys.com
Mon Jun 5 08:54:51 PDT 2006



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.65 -> 1.66
---
Log message:

Some enhancements for gv/graphviz/dot/dotty support and better handling of
paths under MingW.


---
Diffs of the changes:  (+6 -0)

 config.h.in |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.65 llvm/include/llvm/Config/config.h.in:1.66
--- llvm/include/llvm/Config/config.h.in:1.65	Fri Jun  2 18:13:18 2006
+++ llvm/include/llvm/Config/config.h.in	Mon Jun  5 10:54:38 2006
@@ -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
 
@@ -425,6 +428,9 @@
 /* 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
 






More information about the llvm-commits mailing list