Graphviz 12.0.1~dev.20240715.2254
Loading...
Searching...
No Matches
dot_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#ifdef HAVE_WEBP
32#endif
33#endif
36
37
39 { "gvplugin_dot_layout_LTX_library", &gvplugin_dot_layout_LTX_library },
40 { "gvplugin_neato_layout_LTX_library", &gvplugin_neato_layout_LTX_library },
41#ifdef HAVE_PANGOCAIRO
42 { "gvplugin_pango_LTX_library", &gvplugin_pango_LTX_library },
43#ifdef HAVE_WEBP
44 { "gvplugin_webp_LTX_library", &gvplugin_webp_LTX_library },
45#endif
46#endif
47#ifdef HAVE_LIBGD
48 { "gvplugin_gd_LTX_library", &gvplugin_gd_LTX_library },
49#endif
50 { "gvplugin_core_LTX_library", &gvplugin_core_LTX_library },
51 { "gvplugin_vt_LTX_library", &gvplugin_vt_LTX_library },
52 { 0, 0 }
53};
54
55}
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
IMPORT gvplugin_library_t gvplugin_vt_LTX_library
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
GVPLUGIN_WEBP_API gvplugin_library_t gvplugin_webp_LTX_library