Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
tcldot_builtins.c
Go to the documentation of this file.
1/*************************************************************************
2 * Copyright (c) 2011 AT&T Intellectual Property
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * https://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors: Details at https://graphviz.org
9 *************************************************************************/
10
11#include "config.h"
12
13#include <gvc/gvplugin.h>
14
15#if defined(GVDLL) && !defined(ENABLE_LTDL)
16#define IMPORT __declspec(dllimport)
17#else
18#define IMPORT /* nothing */
19#endif
20
23#ifdef HAVE_LIBGD
25#endif
26#ifdef HAVE_PANGOCAIRO
28#endif
30
31
33 { "gvplugin_dot_layout_LTX_library", &gvplugin_dot_layout_LTX_library },
34 { "gvplugin_neato_layout_LTX_library", &gvplugin_neato_layout_LTX_library },
35#ifdef HAVE_PANGOCAIRO
36 { "gvplugin_pango_LTX_library", &gvplugin_pango_LTX_library },
37#endif
38#ifdef HAVE_LIBGD
39 { "gvplugin_gd_LTX_library", &gvplugin_gd_LTX_library },
40#endif
41 { "gvplugin_core_LTX_library", &gvplugin_core_LTX_library },
42 { 0, 0 }
43};
GVPLUGIN_GD_API gvplugin_library_t gvplugin_gd_LTX_library
Definition gvplugin_gd.c:38
GVPLUGIN_PANGO_API gvplugin_library_t gvplugin_pango_LTX_library
lt_symlist_t lt_preloaded_symbols[]
IMPORT gvplugin_library_t gvplugin_core_LTX_library
IMPORT gvplugin_library_t gvplugin_neato_layout_LTX_library
#define IMPORT
IMPORT gvplugin_library_t gvplugin_dot_layout_LTX_library