NetWare related additions/modifications

This commit is contained in:
Anantha Kesari H Y 2002-09-05 12:09:57 +00:00
parent 3e867bfdb1
commit 96a4626b68

View File

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