summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-11-24 13:53:38 +0100
committerVictor Stinner <victor.stinner@haypocalc.com>2011-11-24 13:53:38 +0100
commitd87d9257578b32aedcc3ab8505729c5a1d0db4ae (patch)
treef8a0903e1cdbd6f55595dd36b60891fb6b79a715 /pyconfig.h.in
parente7c671b1bb3b2ab72c4596597f519ef44eb602d0 (diff)
downloadcpython-d87d9257578b32aedcc3ab8505729c5a1d0db4ae.tar.gz
Close #13415: Test in configure if unsetenv() has a return value or not.
Patch written by Charles-François Natali.
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 2d1fd48fe3..efe732f138 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -95,6 +95,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