From: Emden R. Gansner Date: Mon, 23 Dec 2013 14:43:50 +0000 (-0500) Subject: Make sure WITH_CGRAPH is available to library users. X-Git-Tag: 2.38.0~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c7f9c3d5e75ed4972a58b594c2a878105e671d6;p=graphviz Make sure WITH_CGRAPH is available to library users. --- diff --git a/lib/common/types.h.in b/lib/common/types.h.in index 35b0b6f23..6f797e04d 100644 --- a/lib/common/types.h.in +++ b/lib/common/types.h.in @@ -14,6 +14,9 @@ #ifndef GV_TYPES_H #define GV_TYPES_H +/* Define if you want CGRAPH */ +#undef WITH_CGRAPH + #include #include #include