From: Erwin Janssen Date: Tue, 21 Jun 2016 13:41:55 +0000 (+0200) Subject: Windows: Added HAVE_BOOLEAN define to Windows config.h X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcb319611a735487a66a760a939c8a92985df2e2;p=graphviz Windows: Added HAVE_BOOLEAN define to Windows config.h --- diff --git a/windows/include/config.h b/windows/include/config.h index 41d08a7da..b7f039553 100644 --- a/windows/include/config.h +++ b/windows/include/config.h @@ -419,6 +419,8 @@ /* Define to 1 if the system has the type `_Bool'. */ #define HAVE__BOOL 1 +#define HAVE_BOOLEAN 1 + /* Define to 1 if you have the `_NSGetEnviron' function. */ /* #undef HAVE__NSGETENVIRON */