* m4/mktime.m4 (gl_FUNC_MKTIME_WORKS): Don't #undef putenv.
+2020-08-14 Bruno Haible <bruno@clisp.org>
+
+ mktime, mktime-internal: Remove obsolete code.
+ * m4/mktime.m4 (gl_FUNC_MKTIME_WORKS): Don't #undef putenv.
+
2020-08-14 Bruno Haible <bruno@clisp.org>
getcwd: Remove obsolete code.
-# serial 33
+# serial 34
dnl Copyright (C) 2002-2003, 2005-2007, 2009-2020 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation
# define TIME_T_IS_SIGNED 0
#endif
-/* Work around redefinition to rpl_putenv by other config tests. */
-#undef putenv
-
static time_t time_t_max;
static time_t time_t_min;