]> granicus.if.org Git - graphviz/commitdiff
Added plugin and package defines to Windows config.h
authorErwin Janssen <erwinjanssen@outlook.com>
Sun, 12 Jun 2016 11:40:54 +0000 (13:40 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Sun, 12 Jun 2016 13:54:16 +0000 (15:54 +0200)
windows/include/config.h

index 6e0a691035def963a6a1bc799a1dea729bdcb1a6..41d08a7da6477f01cd8a9344e4f23f1508259940 100644 (file)
 /* 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
 
 /* #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 ":"