commit | 93a1175bacd415061ac61107e58f24fe9ced82ff | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Sun Nov 27 13:01:35 2011 +0100 |
committer | Charles-François Natali <neologix@free.fr> | Sun Nov 27 13:01:35 2011 +0100 |
tree | 5737c3ed9555248fad1a25d2cdc3d581af6af3c8 | |
parent | 710671a72277b0196611cdfbb11b3cd0c49a93de [diff] [blame] |
Issue #13415: Test in configure if unsetenv() has a return value or not.
diff --git a/pyconfig.h.in b/pyconfig.h.in index 9d340f6..b9da3d9 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in
@@ -97,6 +97,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