summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-01-21 09:33:07 +0000
committerMartin v. Löwis <martin@v.loewis.de>2007-01-21 09:33:07 +0000
commit42884079ace5139df80cad2980463f46dd15be1a (patch)
tree0bb16d34bb3970e44b5ed9b46c62e9a0a667c288 /pyconfig.h.in
parent2dbea63aa697da132397847f41ae7eb6cd18a3e1 (diff)
downloadcpython-42884079ace5139df80cad2980463f46dd15be1a.tar.gz
Patch #1610575: Add support for _Bool to struct.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 6407871725..2e8f4bff01 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -64,6 +64,9 @@
/* Define if pthread_sigmask() does not work on your system. */
#undef HAVE_BROKEN_PTHREAD_SIGMASK
+/* Define this if you have the type _Bool. */
+#undef HAVE_C99_BOOL
+
/* Define to 1 if you have the `chown' function. */
#undef HAVE_CHOWN
@@ -835,6 +838,9 @@
/* The size of a `wchar_t', as computed by sizeof. */
#undef SIZEOF_WCHAR_T
+/* The size of a `_Bool', as computed by sizeof. */
+#undef SIZEOF__BOOL
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS