--- /dev/null
+/* $Id$ $Revision$ */
+/* vim:set shiftwidth=4 ts=8: */
+
+/**********************************************************
+* This software is part of the graphviz package *
+* http://www.graphviz.org/ *
+* *
+* Copyright (c) 1994-2004 AT&T Corp. *
+* and is licensed under the *
+* Common Public License, Version 1.0 *
+* by AT&T Corp. *
+* *
+* Information and Software Systems Research *
+* AT&T Research, Florham Park NJ *
+**********************************************************/
+
+#include "gvplugin.h"
+
+extern gvplugin_library_t *gvplugin_dot_layout_LTX_library;
+extern gvplugin_library_t *gvplugin_neato_layout_LTX_library;
+extern gvplugin_library_t *gvplugin_usershape_gd_LTX_library;
+
+const lt_symlist_t lt_preloaded_symbols[] = {
+ { "gvplugin_dot_layout_LTX_library", (void*)(&gvplugin_dot_layout_LTX_library) },
+ { "gvplugin_neato_layout_LTX_library", (void*)(&gvplugin_neato_layout_LTX_library) },
+ { "gvplugin_usershape_gd_LTX_library", (void*)(&gvplugin_usershape_gd_LTX_library) },
+ { 0, 0 }
+};
#define HAVE_DRAND48 1 /* drand48() in default lib(s) */
#define HAVE_FENV_H 1 /* #include <fenv.h> ok */
#define HAVE_FEENABLEEXCEPT 1 /* feenableexcept() in default lib(s) */
+#define HAVE_FESETENV 1 /* fesetenv() in default lib(s) */
#define HAVE_LRAND48 1 /* lrand48() in default lib(s) */
#define HAVE_SRAND48 1 /* srand48() in default lib(s) */
#undef HAVE_SINCOS /* sincos() not in default lib(s) */
#define HAVE_LIMITS_H 1 /* #include <limits.h> ok */
#define HAVE_MALLOC_H 1 /* #include <malloc.h> ok */
#undef HAVE_NDIR_H /* #include <ndir.h> not ok */
-#define HAVE_NETDB_H 1 /* #include <netdb.h> ok */
+#define HAVE_NETDB_H 1 /* #include <netdb.h> ok */
#define HAVE_SEARCH_H 1 /* #include <search.h> ok */
#define HAVE_STDARG_H 1 /* #include <stdarg.h> ok */
#define HAVE_STDDEF_H 1 /* #include <stddef.h> ok */
#define HAVE_TERMIOS_H 1 /* #include <termios.h> ok */
#define HAVE_UNISTD_H 1 /* #include <unistd.h> ok */
#define HAVE_VALUES_H 1 /* #include <values.h> ok */
-#define HAVE_SYS_SOCKET_H 1 /* #include <sys/socket.h> ok */
+#define HAVE_SYS_SOCKET_H 1 /* #include <sys/socket.h> ok */
#define HAVE_SYS_STAT_H 1 /* #include <sys/stat.h> ok */
#define HAVE_SYS_SELECT_H 1 /* #include <sys/select.h> ok */
#undef HAVE_SYS_FPU_H /* #include <sys/fpu.h> not ok */
/* Define if <iconv.h> defines iconv_t. */
#define HAVE_ICONV_T_DEF 1
+/*******************************************************************/
+/* Undefine if you don't want the libgd features or don't have the */
+/* necessary 3rd party library. */
+/*******************************************************************/
/* Define if the GD library has the GD_FONTCONFIG feature */
#define HAVE_GD_FONTCONFIG 1
/* Define if the GD library has the GD_PNG feature */
#define HAVE_GD_PNG 1
+/*******************************************************************/
+/* Undefine if you don't have the necessary 3rd party library. */
+/*******************************************************************/
/* Define if you have the jpeg library (-ljpeg). */
#define HAVE_LIBJPEG 1
/* At present, the xpm library isn't really used */
/* #define HAVE_LIBXPM 1 */
+/*******************************************************************/
+/* The following usually aren't changed. */
+/*******************************************************************/
/* Set to 0 if you don't want the old codegens */
#define ENABLE_CODEGENS 1