Graphviz 13.0.0~dev.20250402.0110
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_QUARTZ
27#endif
28#ifdef HAVE_LIBGD
30#endif
31#ifdef HAVE_PANGOCAIRO
33#ifdef HAVE_WEBP
35#endif
36#endif
39
40
42 { "gvplugin_dot_layout_LTX_library", &gvplugin_dot_layout_LTX_library },
43 { "gvplugin_neato_layout_LTX_library", &gvplugin_neato_layout_LTX_library },
44#ifdef HAVE_QUARTZ
45 { "gvplugin_quartz_LTX_library", &gvplugin_quartz_LTX_library},
46#endif
47#ifdef HAVE_PANGOCAIRO
48 { "gvplugin_pango_LTX_library", &gvplugin_pango_LTX_library },
49#ifdef HAVE_WEBP
50 { "gvplugin_webp_LTX_library", &gvplugin_webp_LTX_library },
51#endif
52#endif
53#ifdef HAVE_LIBGD
54 { "gvplugin_gd_LTX_library", &gvplugin_gd_LTX_library },
55#endif
56 { "gvplugin_core_LTX_library", &gvplugin_core_LTX_library },
57 { "gvplugin_vt_LTX_library", &gvplugin_vt_LTX_library },
58 { 0, 0 }
59};
60
61}
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_library_t gvplugin_quartz_LTX_library
GVPLUGIN_WEBP_API gvplugin_library_t gvplugin_webp_LTX_library