summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-05-28 12:45:31 -0500
committerBenjamin Peterson <benjamin@python.org>2015-05-28 12:45:31 -0500
commit2c992a0788536087bfd78da8f2c62b30a461d7e2 (patch)
tree5067a52fec2f27f77594b535cdc29672ee30d9f7 /pyconfig.h.in
parent78ba242403841104d40c330c3900912727ca0501 (diff)
downloadcpython-git-2c992a0788536087bfd78da8f2c62b30a461d7e2.tar.gz
backport computed gotos (#4753)
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 8e810daf3e..219bff3417 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -118,6 +118,9 @@
/* Define to 1 if you have the `clock' function. */
#undef HAVE_CLOCK
+/* Define if the C compiler supports computed gotos. */
+#undef HAVE_COMPUTED_GOTOS
+
/* Define to 1 if you have the `confstr' function. */
#undef HAVE_CONFSTR
@@ -1069,6 +1072,9 @@
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
+/* Define if you want to use computed gotos in ceval.c. */
+#undef USE_COMPUTED_GOTOS
+
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE