From: Erwin Janssen Date: Sun, 12 Jun 2016 11:40:54 +0000 (+0200) Subject: Added plugin and package defines to Windows config.h X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e544c224e52a81b555946bc83f64753b278537d;p=graphviz Added plugin and package defines to Windows config.h --- diff --git a/windows/include/config.h b/windows/include/config.h index 6e0a69103..41d08a7da 100644 --- a/windows/include/config.h +++ b/windows/include/config.h @@ -25,6 +25,12 @@ /* Define if you want DIGCOLA */ #define DIGCOLA 1 +/* Filename for plugin configuration file. */ +#define GVPLUGIN_CONFIG_FILE "config6" + +/* Compatibility version number for plugins. */ +#define GVPLUGIN_VERSION 6 + /* Define if you want on-demand plugin loading */ #define ENABLE_LTDL 1 @@ -438,6 +444,24 @@ /* #undef ORTHO */ #define ORTHO 1 +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "http://www.graphviz.org/" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "graphviz" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "graphviz 2.39.20160612.1140" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "graphviz" + +/* Define to the home page for this package. */ +#define PACKAGE_URL "" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "2.39.20160612.1140" + /* Path separator character. */ #define PATHSEPARATOR ":"