Issue #13415: Test in configure if unsetenv() has a return value or not.
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 721ee88..a2bb1cd 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