From: ellson Date: Wed, 23 Jan 2008 20:52:43 +0000 (+0000) Subject: Add smyrna to main graphviz tree X-Git-Tag: LAST_LIBGRAPH~32^2~4849 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=747c5c9101747ee05acfc7bc383999856ef8cb87;p=graphviz Add smyrna to main graphviz tree --- diff --git a/compat.h b/compat.h index a398721d4..af78c4ddb 100644 --- a/compat.h +++ b/compat.h @@ -1,5 +1,7 @@ #ifndef COMPAT_H #define COMPAT_H +#ifdef HAVE_CONFIG_H +#include "config.h" #ifndef HAVE_STRCASECMP extern int strcasecmp(const char*, const char*); #endif @@ -7,3 +9,4 @@ extern int strcasecmp(const char*, const char*); extern int strncasecmp(const char*, const char*, unsigned int); #endif #endif +#endif diff --git a/config/.cvsignore b/config/.cvsignore index be97bad40..a3db991a1 100644 --- a/config/.cvsignore +++ b/config/.cvsignore @@ -8,3 +8,4 @@ missing mkinstalldirs ylwrap CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake +link-warning.h