diff options
author | Christian Heimes <christian@cheimes.de> | 2013-06-18 11:22:17 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-06-18 11:22:17 (GMT) |
commit | f0400baba81579483b9763e95babd8a5e92e1ef1 (patch) | |
tree | 981abfef0259cb608159be2febad1f98cd0b364f /pyconfig.h.in | |
parent | 56785395004da961a3dc695217e5d3e3f961920a (diff) | |
download | cpython-f0400baba81579483b9763e95babd8a5e92e1ef1.zip cpython-f0400baba81579483b9763e95babd8a5e92e1ef1.tar.gz cpython-f0400baba81579483b9763e95babd8a5e92e1ef1.tar.bz2 |
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.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index cbbc42d..ba06ff4 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 |