mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 15:40:55 -08:00
Define HAVE_TZSET under MSVC.
This commit is contained in:
parent
929d6205ce
commit
831e377bdf
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue