summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-07 11:06:17 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-07 11:06:17 -0700
commita9296e7f3be4d6c22271b25c86467ff867c63bbb (patch)
treeb5f2db17acd82ff33b61cb25d069e12b01f23516 /pyconfig.h.in
parent2195d537b37c1bc12759c6ed85aba2846e7ab574 (diff)
downloadcpython-git-a9296e7f3be4d6c22271b25c86467ff867c63bbb.tar.gz
require C99 bool
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index ed6b80df65..2774bf4452 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -107,9 +107,6 @@
/* Has builtin atomics */
#undef HAVE_BUILTIN_ATOMIC
-/* Define this if you have the type _Bool. */
-#undef HAVE_C99_BOOL
-
/* Define to 1 if you have the 'chflags' function. */
#undef HAVE_CHFLAGS