summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2012-01-30 09:28:11 -0500
committerTodd C. Miller <Todd.Miller@courtesan.com>2012-01-30 09:28:11 -0500
commit95050690f7e7f6ef397974f3c027a9432cce7c71 (patch)
tree14559a8b5859d97075863108b9c525d9024e9562 /config.h.in
parent676700643902613c28130c26e7f0f2ff32c3a255 (diff)
downloadsudo-95050690f7e7f6ef397974f3c027a9432cce7c71.tar.gz
Use AC_HEADER_STDBOOL instead of checking for stdbool.h ourselves.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in5
1 files changed, 4 insertions, 1 deletions
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 <stdbool.h> header file. */
+/* Define to 1 if stdbool.h conforms to C99. */
#undef HAVE_STDBOOL_H
/* Define to 1 if you have the <stdint.h> header file. */
@@ -639,6 +639,9 @@
/* Define to 1 if you have the <zlib.h> 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