Define HAVE_TZSET under MSVC.

This commit is contained in:
goffioul 2005-11-18 07:59:17 +00:00
parent 929d6205ce
commit 831e377bdf

View file

@ -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