From 0ed6fe43b21319d859bfe729ad94d63bcf36167c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Wed, 10 Sep 2014 00:36:20 -0500 Subject: [PATCH] cleanup --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.h.in b/config.h.in index dc2663924..a62069c12 100644 --- a/config.h.in +++ b/config.h.in @@ -712,6 +712,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 @@ -892,6 +895,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ZUTIL_H +/* Define to 1 if the system has the type `_Bool'. */ +#undef HAVE__BOOL + /* Define to 1 if you have the `_chsize_s' function. */ #undef HAVE__CHSIZE_S