From e2ecfc1416f7166aa71a796f3632576cac136919 Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 4 Mar 2003 06:13:24 +0000 Subject: * configure.in: better HP-UX support. * missing/strftime.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- missing/strftime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'missing') diff --git a/missing/strftime.c b/missing/strftime.c index 07d2ed10d..02fdc5ade 100644 --- a/missing/strftime.c +++ b/missing/strftime.c @@ -118,7 +118,7 @@ extern char *strchr(); #if !defined(OS2) && !defined(MSDOS) && defined(HAVE_TZNAME) extern char *tzname[2]; extern int daylight; -#ifdef SOLARIS +#if defined SOLARIS || defined __hpux extern long timezone, altzone; #else extern int timezone, altzone; -- cgit