diff options
author | Charles-François Natali <neologix@free.fr> | 2011-11-27 11:41:06 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-11-27 11:41:06 (GMT) |
commit | 6613c18ea2b1e8f4ede20313265c10bcdfebb5be (patch) | |
tree | ada703b7ec06b9fec6c8c5d55852288be5009390 /pyconfig.h.in | |
parent | 6d47db31f0d5fe5e9b38c3f02cd436f110ea8b52 (diff) | |
download | cpython-6613c18ea2b1e8f4ede20313265c10bcdfebb5be.zip cpython-6613c18ea2b1e8f4ede20313265c10bcdfebb5be.tar.gz cpython-6613c18ea2b1e8f4ede20313265c10bcdfebb5be.tar.bz2 |
Issue #13415: Test in configure if unsetenv() has a return value or not.
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 721ee88..a2bb1cd 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -98,6 +98,9 @@ /* define to 1 if your sem_getvalue is broken. */ #undef HAVE_BROKEN_SEM_GETVALUE +/* Define if `unsetenv` does not return an int. */ +#undef HAVE_BROKEN_UNSETENV + /* Define this if you have the type _Bool. */ #undef HAVE_C99_BOOL |