summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-06-18 13:22:37 +0200
committerChristian Heimes <christian@cheimes.de>2013-06-18 13:22:37 +0200
commit5ae1a73194398c74144717650a790a330ed2e413 (patch)
treec247441b2afb316f2ba2ac3151f8538f5c667d7f /pyconfig.h.in
parent61fd2a76b898d8e4846cd841b98e326fc04061fa (diff)
parent3f21317bef96e662a5afa747fbdfcd064d7660f5 (diff)
downloadcpython-5ae1a73194398c74144717650a790a330ed2e413.tar.gz
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 2d4536d448..160ec79754 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -49,6 +49,9 @@
/* Define to 1 if you have the `alarm' function. */
#undef HAVE_ALARM
+/* Define to 1 if you have the <alloca.h> header file. */
+#undef HAVE_ALLOCA_H
+
/* Define this if your time.h defines altzone. */
#undef HAVE_ALTZONE