From: ellson <devnull@localhost> Date: Thu, 12 Feb 2009 17:47:23 +0000 (+0000) Subject: - no more username in output. X-Git-Tag: LAST_LIBGRAPH~32^2~2530 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8202a3695682346f208346ab787240e6e73e1c4a;p=graphviz - no more username in output. - creator always "graphviz" - pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static - clean out various bits of dead code --- diff --git a/cmd/tools/gvpack_builtins.c b/cmd/tools/gvpack_builtins.c index cddecba70..cb9e5e5e7 100644 --- a/cmd/tools/gvpack_builtins.c +++ b/cmd/tools/gvpack_builtins.c @@ -17,3 +17,8 @@ #include "gvplugin.h" extern gvplugin_library_t gvplugin_neato_layout_LTX_library; + +lt_symlist_t lt_preloaded_symbols[] = { + { "gvplugin_neato_layout_LTX_library", (void*)(&gvplugin_neato_layout_LTX_library) }, + { 0, 0 } +};