- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code
#else
#include "compat_unistd.h"
#endif
+#include "builddate.h"
#include "gprstate.h"
#include "cgraph.h"
#include "ingraphs.h"
#else
#include "compat_getopt.h"
#endif
-#include "builddate.h"
char *Info[] = {
- "dot", /* Program */
+ "gvpr", /* Program */
VERSION, /* Version */
BUILDDATE /* Build Date */
};
#include "ingraphs.h"
#include "pack.h"
-#include "builddate.h"
-
extern Agdict_t *agdictof(void *);
/* gvpack:
* -m <i> specifies the margin, in points, about each graph.
*/
-char *Info[] = {
- "gvpack", /* Program */
- VERSION, /* Version */
- BUILDDATE /* Build Date */
-};
-
typedef struct {
Dtlink_t link;
char *name;
init(argc, argv);
- gvc = gvNEWcontext(Info, gvUsername(), lt_preloaded_symbols);
+ gvc = gvNEWcontext(lt_preloaded_symbols);
gs = readGraphs(&cnt, gvc);
if (cnt == 0)
exit(0);