From 747c5c9101747ee05acfc7bc383999856ef8cb87 Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 23 Jan 2008 20:52:43 +0000 Subject: [PATCH] Add smyrna to main graphviz tree --- compat.h | 3 +++ config/.cvsignore | 1 + 2 files changed, 4 insertions(+) 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 -- 2.40.0