diff options
author | Charles-François Natali <neologix@free.fr> | 2011-11-27 12:01:35 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-11-27 12:01:35 (GMT) |
commit | 93a1175bacd415061ac61107e58f24fe9ced82ff (patch) | |
tree | 5737c3ed9555248fad1a25d2cdc3d581af6af3c8 /pyconfig.h.in | |
parent | 710671a72277b0196611cdfbb11b3cd0c49a93de (diff) | |
download | cpython-93a1175bacd415061ac61107e58f24fe9ced82ff.zip cpython-93a1175bacd415061ac61107e58f24fe9ced82ff.tar.gz cpython-93a1175bacd415061ac61107e58f24fe9ced82ff.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 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 |