From ae18ed693af850ec912bcfaa5fc4fc1b7c0fdd01 Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Mon, 23 Apr 2012 23:30:44 +0100 Subject: [PATCH] Added define HAVE_STDBOOL_H to both config.h.in and config.h.win32 --- config.h.in | 3 +++ config.h.win32 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config.h.in b/config.h.in index 04f5dc5..b7f7d75 100644 --- a/config.h.in +++ b/config.h.in @@ -32,6 +32,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STDARG_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STDBOOL_H + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H diff --git a/config.h.win32 b/config.h.win32 index ec3a84a..cd9efce 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -57,6 +57,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_STDARG_H 1 +/* Define to 1 if you have the header file. */ +#undef HAVE_STDBOOL_H + /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1