summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-01-21 09:33:07 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-01-21 09:33:07 (GMT)
commitaef4c6bc00f1b49b4a92b362ef1b60e7c5af5e86 (patch)
tree5178c9da1e5c1ab76adccafb93802375728594fc /pyconfig.h.in
parent71cd55150b01251d0f3b97e426f367a71eed9042 (diff)
downloadcpython-aef4c6bc00f1b49b4a92b362ef1b60e7c5af5e86.zip
cpython-aef4c6bc00f1b49b4a92b362ef1b60e7c5af5e86.tar.gz
cpython-aef4c6bc00f1b49b4a92b362ef1b60e7c5af5e86.tar.bz2
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 6407871..2e8f4bf 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