From a38c2ac2dd0480502d83ad73fce54f25c993ab91 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: svn+ssh://ci.ruby-lang.org/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 07d2ed10d9..02fdc5ade4 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 v1.2.3