Graphviz 13.0.0~dev.20241222.1117
Loading...
Searching...
No Matches
tcldot_builtins.cpp
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)
16#define IMPORT __declspec(dllimport)
17#else
18#define IMPORT /* nothing */
19#endif
20
21extern "C" {
22
25#ifdef HAVE_LIBGD
27#endif
28#ifdef HAVE_PANGOCAIRO
30#endif
32
33
35 { "gvplugin_dot_layout_LTX_library", &gvplugin_dot_layout_LTX_library },
36 { "gvplugin_neato_layout_LTX_library", &gvplugin_neato_layout_LTX_library },
37#ifdef HAVE_PANGOCAIRO
38 { "gvplugin_pango_LTX_library", &gvplugin_pango_LTX_library },
39#endif
40#ifdef HAVE_LIBGD
41 { "gvplugin_gd_LTX_library", &gvplugin_gd_LTX_library },
42#endif
43 { "gvplugin_core_LTX_library", &gvplugin_core_LTX_library },
44 { 0, 0 }
45};
46
47}
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