diff options
Diffstat (limited to 'include/llvm')
| -rw-r--r-- | include/llvm/Config/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index fdea3d624d..79204ca2f7 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -124,6 +124,9 @@ /* Define if the Graphviz program is available */ #undef HAVE_GRAPHVIZ +/* Define if the gv program is available */ +#undef HAVE_GV + /* Define to 1 if you have the `index' function. */ #undef HAVE_INDEX @@ -395,6 +398,9 @@ /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */ #undef LLVM_PATH_GRAPHVIZ +/* Define to path to gv program if found or 'echo gv' otherwise */ +#undef LLVM_PATH_GV + /* Installation prefix directory */ #undef LLVM_PREFIX |
