1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-26 16:40:29 +01:00

23927: don't define struct timezone if ZSH_OOT_MODULE is defined.

This commit is contained in:
Clint Adams 2007-10-11 20:32:00 +00:00
parent af3e2b6fa4
commit 2574a0f5c9
2 changed files with 6 additions and 1 deletions

View file

@ -225,7 +225,7 @@ char *alloca _((size_t));
#endif
/* This is needed by some old SCO unices */
#ifndef HAVE_STRUCT_TIMEZONE
#if !defined(HAVE_STRUCT_TIMEZONE) && !defined(ZSH_OOT_MODULE)
struct timezone {
int tz_minuteswest;
int tz_dsttime;