aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-07-14 02:25:12 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-07-14 02:25:12 +0000
commitc232a658274117b8db1f6dfd1aa2dbb3ab390381 (patch)
treea495916a6ee965b80be49e3c4c8a1e345d1de9e6 /include
parentf1a2f15ed35c1cf987f6a1a703f855a3c61fdab6 (diff)
Put the path to the Graphviz program in the #defines so it can be used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22430 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index e85aa46838..fdea3d624d 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -392,6 +392,9 @@
/* Define if this is Win32ish platform */
#undef LLVM_ON_WIN32
+/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
+#undef LLVM_PATH_GRAPHVIZ
+
/* Installation prefix directory */
#undef LLVM_PREFIX