summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-11-27 12:41:06 +0100
committerCharles-François Natali <neologix@free.fr>2011-11-27 12:41:06 +0100
commit6613c18ea2b1e8f4ede20313265c10bcdfebb5be (patch)
treeada703b7ec06b9fec6c8c5d55852288be5009390 /pyconfig.h.in
parent6d47db31f0d5fe5e9b38c3f02cd436f110ea8b52 (diff)
downloadcpython-git-6613c18ea2b1e8f4ede20313265c10bcdfebb5be.tar.gz
Issue #13415: Test in configure if unsetenv() has a return value or not.
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 721ee880f4..a2bb1cd26c 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