Graphviz  2.41.20171026.1811
tcldot_builtins.c
Go to the documentation of this file.
1 /* $Id$ $Revision$ */
2 /* vim:set shiftwidth=4 ts=8: */
3 
4 /*************************************************************************
5  * Copyright (c) 2011 AT&T Intellectual Property
6  * All rights reserved. This program and the accompanying materials
7  * are made available under the terms of the Eclipse Public License v1.0
8  * which accompanies this distribution, and is available at
9  * http://www.eclipse.org/legal/epl-v10.html
10  *
11  * Contributors: See CVS logs. Details at http://www.graphviz.org/
12  *************************************************************************/
13 
14 #include "config.h"
15 
16 #include "gvplugin.h"
17 
18 #if defined(GVDLL) && !defined(ENABLE_LTDL)
19 #define extern __declspec(dllimport)
20 #endif
21 
24 #ifdef HAVE_LIBGD
26 #endif
27 #ifdef HAVE_PANGOCAIRO
29 #endif
31 
32 
34  { "gvplugin_dot_layout_LTX_library", (void*)(&gvplugin_dot_layout_LTX_library) },
35  { "gvplugin_neato_layout_LTX_library", (void*)(&gvplugin_neato_layout_LTX_library) },
36 #ifdef HAVE_PANGOCAIRO
37  { "gvplugin_pango_LTX_library", (void*)(&gvplugin_pango_LTX_library) },
38 #endif
39 #ifdef HAVE_LIBGD
40  { "gvplugin_gd_LTX_library", (void*)(&gvplugin_gd_LTX_library) },
41 #endif
42  { "gvplugin_core_LTX_library", (void*)(&gvplugin_core_LTX_library) },
43  { 0, 0 }
44 };
gvplugin_library_t gvplugin_dot_layout_LTX_library
GVPLUGIN_GD_API gvplugin_library_t gvplugin_gd_LTX_library
Definition: gvplugin_gd.c:41
lt_symlist_t lt_preloaded_symbols[]
Definition: dot_builtins.c:36
gvplugin_library_t gvplugin_neato_layout_LTX_library
GVPLUGIN_PANGO_API gvplugin_library_t gvplugin_pango_LTX_library
gvplugin_library_t gvplugin_core_LTX_library
Definition: gvplugin_core.c:81