summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-06-18 13:22:17 +0200
committerChristian Heimes <christian@cheimes.de>2013-06-18 13:22:17 +0200
commitf0400baba81579483b9763e95babd8a5e92e1ef1 (patch)
tree981abfef0259cb608159be2febad1f98cd0b364f /pyconfig.h.in
parent56785395004da961a3dc695217e5d3e3f961920a (diff)
downloadcpython-git-f0400baba81579483b9763e95babd8a5e92e1ef1.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 cbbc42d99f..ba06ff4170 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