00001 /* $Id: no_builtins.c,v 1.5 2007/06/08 22:09:14 erg Exp $ $Revision: 1.5 $ */ 00002 /* vim:set shiftwidth=4 ts=8: */ 00003 00004 /********************************************************** 00005 * This software is part of the graphviz package * 00006 * http://www.graphviz.org/ * 00007 * * 00008 * Copyright (c) 1994-2004 AT&T Corp. * 00009 * and is licensed under the * 00010 * Common Public License, Version 1.0 * 00011 * by AT&T Corp. * 00012 * * 00013 * Information and Software Systems Research * 00014 * AT&T Research, Florham Park NJ * 00015 **********************************************************/ 00016 00017 #ifdef HAVE_CONFIG_H 00018 #include "config.h" 00019 #endif 00020 00021 #include "gvcext.h" 00022 00023 #if defined(GVDLL) && !defined(ENABLE_LTDL) 00024 lt_symlist_t lt_preloaded_symbols[] = { { 0, 0 } }; 00025 #else 00026 const lt_symlist_t lt_preloaded_symbols[] = { { 0, 0 } }; 00027 #endif