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