From 831e377bdfce30ef95d7774c12e1a77864587435 Mon Sep 17 00:00:00 2001 From: goffioul Date: Fri, 18 Nov 2005 07:59:17 +0000 Subject: [PATCH] Define HAVE_TZSET under MSVC. --- msvc/h/config.h.msvc6 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msvc/h/config.h.msvc6 b/msvc/h/config.h.msvc6 index 55d99d5a3..4db476bb7 100644 --- a/msvc/h/config.h.msvc6 +++ b/msvc/h/config.h.msvc6 @@ -207,6 +207,8 @@ typedef unsigned int uint32_t; #define HAVE_ISATTY 1 /* compiler understands long long */ #define HAVE_LONG_LONG 1 +/* the tzset() function gets the current time zone */ +#define HAVE_TZSET 1 /* what characters are used to mark beginning of new line */ #define ECL_NEWLINE_IS_CRLF 1