From 95050690f7e7f6ef397974f3c027a9432cce7c71 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 30 Jan 2012 09:28:11 -0500 Subject: Use AC_HEADER_STDBOOL instead of checking for stdbool.h ourselves. --- config.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index b436679e4..42da87a02 100644 --- a/config.h.in +++ b/config.h.in @@ -469,7 +469,7 @@ /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF -/* Define to 1 if you have the header file. */ +/* Define to 1 if stdbool.h conforms to C99. */ #undef HAVE_STDBOOL_H /* Define to 1 if you have the header file. */ @@ -639,6 +639,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ZLIB_H +/* Define to 1 if the system has the type `_Bool'. */ +#undef HAVE__BOOL + /* Define to 1 if you have the `_getpty' function. */ #undef HAVE__GETPTY -- cgit v1.2.1