diff liboctave/strftime.c @ 3887:7da18459c08b

[project @ 2002-04-04 00:44:21 by jwe]
author jwe
date Thu, 04 Apr 2002 00:46:37 +0000
parents 6929a31e7624
children 4c8a2e4e0717
line wrap: on
line diff
--- a/liboctave/strftime.c
+++ b/liboctave/strftime.c
@@ -29,7 +29,7 @@
 # define HAVE_MBRLEN 1
 # define HAVE_STRUCT_ERA_ENTRY 1
 # define HAVE_TM_GMTOFF 1
-# define HAVE_TM_ZONE 1
+# define HAVE_STRUCT_TM_TM_ZONE 1
 # define MULTIBYTE_IS_FORMAT_SAFE 1
 # define STDC_HEADERS 1
 # include <ansidecl.h>
@@ -290,7 +290,7 @@
   register const char *f;
 
   zone = 0;
-#if HAVE_TM_ZONE
+#if HAVE_STRUCT_TM_TM_ZONE
   zone = (const char *) tp->tm_zone;
 #endif
 #if HAVE_TZNAME