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

Reid Spencer reid at x10sys.com
Fri Jun 2 16:13:32 PDT 2006



Changes in directory llvm/include/llvm/Config:

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

For PR798: http://llvm.cs.uiuc.edu/PR798 :
Have configure find the "dotty" program and adjust configuration.


---
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.64 llvm/include/llvm/Config/config.h.in:1.65
--- llvm/include/llvm/Config/config.h.in:1.64	Thu Jun  1 19:40:35 2006
+++ llvm/include/llvm/Config/config.h.in	Fri Jun  2 18:13:18 2006
@@ -82,6 +82,9 @@
 /* Define to 1 if you have the <dl.h> header file. */
 #undef HAVE_DL_H
 
+/* Define if the dotty program is available */
+#undef HAVE_DOTTY
+
 /* Define if you have the _dyld_func_lookup function. */
 #undef HAVE_DYLD
 
@@ -422,6 +425,9 @@
 /* Define if this is Win32ish platform */
 #undef LLVM_ON_WIN32
 
+/* Define to path to dotty program if found or 'echo dotty' otherwise */
+#undef LLVM_PATH_DOTTY
+
 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
 #undef LLVM_PATH_GRAPHVIZ
 






More information about the llvm-commits mailing list