Problem reported for Mingw by Mark Junker.
+2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
+
+ * strftime.c (tzname): Don't declare if it is already #defined.
+ Problem reported for Mingw by Mark Junker.
+
2006-01-03 Paul Eggert <eggert@cs.ucla.edu>
* xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
-/* Copyright (C) 1991-1999, 2000, 2001, 2003, 2004, 2005 Free Software
+/* Copyright (C) 1991-1999, 2000, 2001, 2003, 2004, 2005, 2006 Free Software
Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
# include <time.h>
# endif
#endif
-#if HAVE_TZNAME
+#if HAVE_TZNAME && ! defined tzname
extern char *tzname[];
#endif