1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

Fix bugs #641 and #9794 with %Z and current-time-zone on w32.

nt/config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
This commit is contained in:
Eli Zaretskii 2011-10-22 11:17:01 +02:00
parent a70e06c117
commit 804a4315bd
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-10-19 Eli Zaretskii <eliz@gnu.org>
* config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
(Bug#9794) (Bug#641)
2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
* config.nt (HAVE_SNPRINTF): New macro.

View File

@ -187,7 +187,14 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#undef TM_IN_SYS_TIME
#undef HAVE_TM_ZONE
#undef HAVE_TZNAME
/* Define to 1 if you don't have `tm_zone' but do have the external array
`tzname'. */
#define HAVE_TZNAME 1
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
*/
#define HAVE_DECL_TZNAME 1
#undef const