From 2574a0f5c92350763d05d63201837d1a3eee76e6 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 11 Oct 2007 20:32:00 +0000 Subject: 23927: don't define struct timezone if ZSH_OOT_MODULE is defined. --- Src/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/system.h') diff --git a/Src/system.h b/Src/system.h index 781a90762..022ace250 100644 --- a/Src/system.h +++ b/Src/system.h @@ -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; -- cgit 1.4.1