00001 /* $Id: dotneato.h,v 1.3 2005/04/25 00:48:12 roxo Exp $ $Revision: 1.3 $ */ 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 #ifndef DOTNEATO_H 00018 #define DOTNEATO_H 00019 00020 /* FIXME - these shouldn't be needed */ 00021 #define ENABLE_CODEGENS 1 00022 #define GD_RENDER 1 00023 00024 #include <dot.h> 00025 00026 #ifdef __cplusplus 00027 extern "C" { 00028 #endif 00029 00030 extern GVC_t *gvContext(); 00031 00032 #ifdef __cplusplus 00033 } 00034 #endif 00035 #endif