diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/standard/datetime.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/datetime.c b/ext/standard/datetime.c index b3673707c2..ac88e743d0 100644 --- a/ext/standard/datetime.c +++ b/ext/standard/datetime.c @@ -55,6 +55,9 @@ char *day_short_names[] = }; #if !defined(HAVE_TM_ZONE) && !defined(_TIMEZONE) && !defined(HAVE_DECLARED_TIMEZONE) +#if defined(NETWARE) && defined(NEW_LIBC) +#define timezone _timezone /* timezone is called '_timezone' in new version of LibC */ +#endif extern time_t timezone; extern int daylight; #endif |
