From: ellson Date: Wed, 20 Jul 2005 02:39:16 +0000 (+0000) Subject: - merge libdotneato into libgvc X-Git-Tag: LAST_LIBGRAPH~32^2~7407 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b95f8954ba2827e4c04d73decb2f86885baeff3f;p=graphviz - merge libdotneato into libgvc - make libcommon a convenience library and link into libgvc - convert demo to use libgvc --- diff --git a/lib/common/strcasecmp.c b/lib/common/strcasecmp.c index 699e12fc8..203417244 100644 --- a/lib/common/strcasecmp.c +++ b/lib/common/strcasecmp.c @@ -14,10 +14,12 @@ * AT&T Research, Florham Park NJ * **********************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #ifndef HAVE_STRCASECMP -#include #include #include diff --git a/lib/common/strncasecmp.c b/lib/common/strncasecmp.c index 37cea894d..e0bcb28ca 100644 --- a/lib/common/strncasecmp.c +++ b/lib/common/strncasecmp.c @@ -14,14 +14,15 @@ * AT&T Research, Florham Park NJ * **********************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #ifndef HAVE_STRNCASECMP -#include #include #include - int strncasecmp(const char *s1, const char *s2, unsigned int n) { if (n == 0)